Rotates the raster by the given angle.
| [Visual Basic .NET] |
|---|
Public Sub Rotate( _ ByVal Angle As Double _ ) |
| [C#] |
|---|
public void Rotate( |
| [Managed C++] |
|---|
public: void Rotate( |
| [Java] |
|---|
public rotate( |
| [Unmanaged C++] |
|---|
public: HRESULT Rotate( |
- Angle
- The angle in degrees by which the raster is rotated.
