| closePath readonly |
Closes the current path. |
| drawFocusRing readonly |
Draws a focus ring within a region of this element. |
| drawImage readonly |
Draws an image within a given region of the element. |
| drawOSControl readonly |
Draw the platform-specific control associated with this element. |
| drawString readonly |
Draw a string of text starting at a given point in this element, using a given drawing pen and font. |
| ellipsePath readonly |
Defines an elliptical path within a given rectangular area in the?currentPath?object, which can be filled using?fillPath()?or stroked using?strokePath(). |
| fillPath readonly |
Fills a path using a given painting brush. |
| lineTo readonly |
Adds a path segment to the?currentPath. |
| measureString readonly |
Calculates the size needed to display a string using the given font. |
| moveTo readonly |
Adds a given point to the?currentPath, and makes it the current drawing position. |
| newBrush readonly |
Creates a new painting brush object. |
| newPath readonly |
Creates a new, empty path object. |
| newPen readonly |
Creates a new drawing pen object. |
| rectPath readonly |
Defines a rectangular path in the?currentPath?object. |
| strokePath readonly |
Strokes the path segments of a path with a given drawing pen. |