STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT Rotate(
    double Angle
);
[Java]
public void rotate(
    double Angle
);
[Python - STK API ]
def Rotate(self, Angle:float) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.