Rotates the raster by the given angle.
[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: |
- Angle
- The angle in degrees by which the raster is rotated.