New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public sealed class ArcSegment : PathSegment, IEquatable<ArcSegment>

Inheritance: objectPathSegmentArcSegment

Implements: IEquatable<ArcSegment>

Constructors

C#
public ArcSegment()
C#
public ArcSegment(Point point, SizeF size, float rotationAngle, bool isLargeArc, SweepDirection sweepDirection)
Parameters:pointPointsizeSizeFrotationAnglefloatisLargeArcboolsweepDirectionSweepDirection

Properties

C#
public bool IsLargeArc { get; set; }
C#
public Point Point { get; set; }
C#
public float RotationAngle { get; set; }
C#
public SizeF Size { get; set; }
C#
public float StartAngle { get; set; }
C#
public SweepDirection SweepDirection { get; set; }

Methods

C#
public bool Equals(ArcSegment other)
Parameters:otherArcSegmentReturns:

bool

Implements: IEquatable<ArcSegment>.Equals(ArcSegment)

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()