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: 25.1.421.0 (25.1.421.0)
Syntaxpublic RotateFilter(
double rotateAngle
)
Public Sub New (
rotateAngle As Double
)
public:
RotateFilter(
double rotateAngle
)
new :
rotateAngle : float -> RotateFilter
Parameters
- rotateAngle
- Type: SystemDouble
The angle of a counterclockwise rotation specified in radians.
See Also