ArcSegment
Class
Definition
Namespace:Telerik.WinControls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public sealed class ArcSegment : PathSegment, IEquatable<ArcSegment>
Inheritance: objectPathSegmentArcSegment
Implements:
Constructors
C#
public ArcSegment()
C#
public ArcSegment(Point point, SizeF size, float rotationAngle, bool isLargeArc, SweepDirection sweepDirection)
Properties
C#
public bool IsLargeArc { get; set; }
C#
public float RotationAngle { get; set; }
C#
public float StartAngle { get; set; }
C#
public SweepDirection SweepDirection { get; set; }