RotateFilterAngle Property |
Gets or sets the counterclockwise rotation angle measured in radians.
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 double Angle { get; set; }
Public Property Angle As Double
Get
Set
public:
property double Angle {
double get ();
void set (double value);
}
member Angle : float with get, set
Property Value
Type:
DoubleSee Also