Click or drag to resize

Raster.Rotate Method

Rotates the raster by the given angle.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void Rotate(
	double angle
)

Parameters

angle
Type: System.Double
The angle in degrees by which the raster is rotated.
See Also