Initializes a new instance with a counterclockwise rotation angle.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRotateFilter InitializeWithAngle( double RotateAngle ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRotateFilter^ InitializeWithAngle( double RotateAngle ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRotateFilter initializeWithAngle( double RotateAngle ); |
[Python - STK API ] |
|---|
def InitializeWithAngle(self, RotateAngle:float) -> "IAgStkGraphicsRotateFilter": |
- RotateAngle
- The angle of a counterclockwise rotation.






