Search
Path Methods
 


 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.

 See Also