Click or drag to resize

RotateFilter Constructor (Double)

Initializes a new instance with a counterclockwise rotation angle specified in radians.

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 RotateFilter(
	double rotateAngle
)

Parameters

rotateAngle
Type: SystemDouble
The angle of a counterclockwise rotation specified in radians.
See Also