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.4.0.0
C#
public class PathArcTo : PathLineTo
Inheritance
Object    PathStep    PathLineTo    PathArcTo

Constructors

PathArcTo Default constructor of the PathArcTo object.

Properties

Height Height of the rectangle that defines the ellipse.
StartAngle Defines the starting angle of the arc in degrees.
SweepAngle Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.
Width Width of the rectangle that defines the ellipse.
X The end x-coordinate to draw line to.
(Inherited from PathLineTo)
Y The end y-coordinate to draw 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