ArcSegmentSweepAngle Property
Gets the sweep angle of this
ArcSegment in degrees. A positive value indicates a clockwise sweep; a negative value indicates a counterclockwise sweep.
For a full ellipse, this property always returns +360.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public float SweepAngle { get; }
Public ReadOnly Property SweepAngle As Single
Get
public:
property float SweepAngle {
float get ();
}
member SweepAngle : float32 with get
Property Value
Single