Custom |
The CustomPath type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddArc | Draws an arc with the specified parameters from the current pen position. |
![]() | AddCubicBezier | Draws a cubic bezier curve along the specified points. |
![]() | AddLine | Draws a straight line from the current pen position to the new specified point. |
![]() | AddQuadBezier | Draws a quadratic bezier curve along the specified points. |
![]() | ClosePath | Closes the current path. |
![]() | GetEnumerator | Gets an enumerator that iterates through the path. |
![]() | MoveTo | Moves the current pen position to the new specified point. |
![]() | Reset | Removes all elements from this path. |