public class PathArcTo : PathLineTo
Public Class PathArcTo
Inherits PathLineTo
public ref class PathArcTo : public PathLineTo
type PathArcTo =
class
inherit PathLineTo
end
PathArcTo | Default constructor of the PathArcTo object. |
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) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |