Click or drag to resize

CustomPath Methods

The CustomPath type exposes the following members.

Methods
 NameDescription
Public methodAddArc Draws an arc with the specified parameters from the current pen position.
Public methodAddCubicBezier Draws a cubic bezier curve along the specified points.
Public methodAddLine Draws a straight line from the current pen position to the new specified point.
Public methodAddQuadBezier Draws a quadratic bezier curve along the specified points.
Public methodClosePath Closes the current path.
Public methodGetEnumerator Gets an enumerator that iterates through the path.
Public methodMoveTo Moves the current pen position to the new specified point.
Public methodReset Removes all elements from this path.
Top
See Also