Initializes a new instance with a counterclockwise rotation angle specified in radians.
[Visual Basic .NET] |
---|
Public Function InitializeWithAngle( _ ByVal RotateAngle As Double _ ) As |
[C#] |
---|
public IAgStkGraphicsRotateFilter InitializeWithAngle( double RotateAngle ); |
[Managed C++] |
---|
public: IAgStkGraphicsRotateFilter^ InitializeWithAngle( double RotateAngle ); |
[Java] |
---|
public IAgStkGraphicsRotateFilter initializeWithAngle( double RotateAngle ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithAngle( double RotateAngle, IAgStkGraphicsRotateFilter ** ppRetVal ); |
- RotateAngle
- The angle of a counterclockwise rotation specified in radians.