Rotates the raster by the given angle.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Rotate(
double angle
)
Public Sub Rotate (
angle As Double
)
public:
void Rotate(
double angle
)
member Rotate :
angle : float -> unit
Parameters
- angle
- Type: SystemDouble
The angle in degrees by which the raster is rotated.
See Also