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