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.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public float SweepAngle { get; }

Property Value

Single

See Also