public class PathArcTo : PathLineToPublic Class PathArcTo
Inherits PathLineTopublic ref class PathArcTo : public PathLineTotype PathArcTo =
class
inherit PathLineTo
end| PathArcTo | Initializes a new instance of the PathArcTo class. |
| 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) |
| 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) |