AGI STK Graphics 11 Send comments on this topic.
Rotate Method (IAgStkGraphicsRaster)
See Also 
Angle
The angle in degrees by which the raster is rotated.





Description

Rotates the raster by the given angle.

Syntax

[Visual Basic .NET]
Public Sub Rotate( _
   ByVal Angle As Double _
) 

[C#]
public void Rotate(
double Angle
);

[Managed C++]
public: void Rotate(
double Angle
);

[Java]
public  rotate(
double Angle
);

[Unmanaged C++]
public: HRESULT Rotate(
double Angle
);

Parameters

Angle
The angle in degrees by which the raster is rotated.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1