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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.