ASP.NET Pack Programmer's Guide
Path Members
Constructors Methods
 


Represents a path.

The following tables list the members exposed by the Path type.

 Public Constructors

  Name Description

Path

Initializes a new instance of the Path class.

 Public Methods

  Name Description

addEllipse

Adds an ellipse figure to the path.

addRect

Adds a rectangle figure to the path.

arcTo

Draws an arc.

bezierTo

Draws a cubic bezier curve.

clone

Creates a Path object identical to the current object.

close

Closes the path.

done

Ends the path definition.

empty

Gets a value indicating whether this Path is empty.

getBounds

Gets the bounding rect of the path.

init

Begins a path or resets the current path.

lineTo

Draws a line from the current point to the specified location.

moveTo

Moves the path to the specified location.

quadraticCurveTo

Draws a quadratic bezier curve.

setBrush

Sets the brush used to fill a closed path.

setPen

Sets the pen used to draw the path.

setText

Sets the text displayed inside this path.

 See Also

Path Class
MindFusion.Drawing Namespace