<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > GeneralScript > DrawingContext >Method |
Name |
Description |
Adds points to a path that represents an arc. |
|
Resets the current path. |
|
Closes the current Path. |
|
Paint the interior of the shape. |
|
Draws a rectangle and paints the interior of it. |
|
Draws a line from the current position up to, but not including, the specified point. |
|
Moves the path point to the given position. |
|
Draw a two-dimensional curve using the start, end and control points. |
|
Draws a rectangle by the given position, width and height. |
|
Backs up fill color, line color and line thickness saved by save function. |
|
Saves current fill color, line color and line thickness. |
|
Renders the strokes of the current subpath by using the current stroke styles. |
|
Draws an outline of the specified rectangle. |