PathArcTo Class

Represents an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.5.0.0
C#
public class PathArcTo : PathLineTo
Inheritance
Object    PathStep    PathLineTo    PathArcTo

Constructors

PathArcTo Initializes a new instance of the PathArcTo class.

Properties

Height Height of the rectangle that defines the ellipse.
StartAngle Defines the starting angle of the arc in degrees.
SweepAngle Gets or sets the angle in degrees measured clockwise from the startAngle parameter to the ending point of the arc.
Width Width of the rectangle that defines the ellipse.
X Gets or sets the end x-coordinate to draw the line to.
(Inherited from PathLineTo)
Y Gets or sets the end y-coordinate to draw the line to.
(Inherited from PathLineTo)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also