ClassArcSegment
Class
Definition
Namespace:Telerik.WinControls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public sealed class ArcSegment : PathSegment, IEquatable<ArcSegment>
Inheritance: objectPathSegmentArcSegment
Implements:
Constructors
ArcSegment()
Declaration
cs-api-definition
public ArcSegment()
ArcSegment(Point, SizeF, float, bool, SweepDirection)
Declaration
cs-api-definition
public ArcSegment(Point point, SizeF size, float rotationAngle, bool isLargeArc, SweepDirection sweepDirection)
Parameters
point
size
rotationAngle
isLargeArc
sweepDirection
Properties
SweepDirection
Declaration
cs-api-definition
public SweepDirection SweepDirection { get; set; }
Property Value
Methods
Equals(ArcSegment)
Declaration
cs-api-definition
public bool Equals(ArcSegment other)
Parameters
other
Returns
Implements