Click or drag to resize

RasterRotate Method

Rotates the raster by the given angle.

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

Parameters

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