Initializes a new instance with a counterclockwise rotation angle specified in radians.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRotateFilter InitializeWithAngle( double RotateAngle ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRotateFilter^ InitializeWithAngle( double RotateAngle ); |
| [Java] |
|---|
public IAgStkGraphicsRotateFilter initializeWithAngle( double RotateAngle ); |
| [Unmanaged C++] |
|---|
|
- RotateAngle
- The angle of a counterclockwise rotation specified in radians.





