Version

Search Results

ClosePath Method (Path)

Closes a path. Syntax

CurveTo Method (Path)

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...

GetBounds Method

Gets the bounding rectangle. Syntax Return Value A Rectangle representing the bounds of the path.

LineTo Method (Path)

Draws a line. Syntax Parameters x X-coordinate of the specified position.y Y-coordinate of the specified position.

Mode Property

Gets or sets the FillMode. Syntax

MoveTo Method (Path)

Establishes a new current point. Syntax Parameters x X-coordinate of the new position.y Y-coordinate of the new position.

Playback Method (Path)

Plays the path on a graphics surface. Syntax Parameters graphics A graphics surface to play the path on.

ToNative Method (Path)

Gets native path. Syntax Return Value A System.Drawing.Drawing2D.GraphicsPath object that represents native path.

Path Constructor()

Initializes a new instance of the Path class. Syntax

Path Constructor(GraphicsPath)

Initializes a new instance of the Path class. Syntax Parameters path A reference to a System.Drawing.Drawing2D.GraphicsPath object.