AGI STK Graphics 11 Send comments on this topic.
InitializeWithAngle Method (IAgStkGraphicsRotateFilterFactory)
See Also 
RotateAngle
The angle of a counterclockwise rotation specified in radians.





Description

Initializes a new instance with a counterclockwise rotation angle specified in radians.

Syntax

[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
);

[Java]
public IAgStkGraphicsRotateFilter initializeWithAngle(
double RotateAngle
);

[Unmanaged C++]
public: HRESULT InitializeWithAngle(
double RotateAngle,
IAgStkGraphicsRotateFilter ** ReturnValue
);

Parameters

RotateAngle
The angle of a counterclockwise rotation specified in radians.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1