The Path type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Clone |
Returns a full copy of this Path instance. |
![]() |
Close |
Closes the path by copying the starting point to the ending one. |
![]() ![]() |
CreateEllipsePath | Overloaded. Creates an ellipse. |
![]() ![]() |
CreateRectanglePath | Overloaded. Creates a rectangle. |
![]() ![]() |
CreateRoundedRectanglePath | Overloaded. Creates a rounded rectangle. |
![]() |
CubicTo | Overloaded. |
![]() ![]() |
Equals | Overloaded. |
![]() |
Finalize | (Inherited from Object.) |
![]() ![]() |
FromAdvancedPath |
Creates a paths based on an AdvancedPath. |
![]() ![]() |
FromSvgString |
Creates a paths based on a string in the SVG format. |
![]() |
GetBounds |
Returns the bounding rectangle of the path. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LineTo | Overloaded. Adds a line to the path. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MoveTo | Overloaded. |
![]() |
QuadraticTo | Overloaded. |
![]() |
RotateAt |
Rotates the path by the given angle. |
![]() |
Scale |
Scales coordinates of all points in the path. |
![]() |
ToAdvancedPath |
Converts the path to the AdvancedPath. |
![]() |
ToString | (Inherited from Object.) |
![]() |
ToSvgString |
Converts the path to a string in the SVG format. |