Rotate operation of layer.
[Visual Basic 6.0] Sub Rotate(
ByVal ipPivotPoint As IPoint, _
ByVal Angle As Double _
)
[Visual Basic .NET] Public Sub Rotate ( _ ByVal ipPivotPoint As IPoint, _ ByVal Angle As Double _ )
[C#] public void Rotate ( IPoint ipPivotPoint, double Angle );
[Java] public void rotate ( IPoint ipPivotPoint, double Angle ) throws IOException, AutomationException
[C++] HRESULT Rotate( IPoint* ipPivotPoint, double Angle );
Parameters
ipPivotPoint [in]
ipPivotPoint is a parameter of type IPoint
Angle [in]
Angle is a parameter of type double