Closes a path. Syntax
Draws a Bezier spline. Syntax Parameters x1 X-coordinate of the first control point of the curve.y1 Y-coordinate of the first control point of the curve.x2 X-coordinate of the second control point of the curve.y2 Y-coordinate of the second control point of the curve.x3 X-coordinate of the ending point of the curve...
Gets the bounding rectangle. Syntax Return Value A Rectangle representing the bounds of the path.
Draws a line. Syntax Parameters x X-coordinate of the specified position.y Y-coordinate of the specified position.
Gets or sets the FillMode. Syntax
Establishes a new current point. Syntax Parameters x X-coordinate of the new position.y Y-coordinate of the new position.
Plays the path on a graphics surface. Syntax Parameters graphics A graphics surface to play the path on.
Gets native path. Syntax Return Value A System.Drawing.Drawing2D.GraphicsPath object that represents native path.
Initializes a new instance of the Path class. Syntax
Initializes a new instance of the Path class. Syntax Parameters path A reference to a System.Drawing.Drawing2D.GraphicsPath object.