Interface for 2D vector graphics drawing (experimental).
More...
|
|
void | Paint () |
| | paints the current pattern (clipped by clip region)
|
| |
|
void | PaintWithAlpha (double alpha) |
| | paints the current pattern (clipped by clip region) with additional alpha channel blend
|
| |
|
void | PaintWithMask () |
| | paints the current pattern (clipped by clip region) using the current mask
|
| |
|
void | StrokePath () |
| | Strokes the current path using current pattern.
|
| |
|
void | FillPath () |
| | Fills the path using current pattern.
|
| |
|
void | ClipWithPath () |
| | Intersects the clip region with current path.
|
| |
|
void | WriteText (const char *text) |
| | draw text using current text settings and source pattern, with current position defined with path
|
| |
|
void | SaveState () |
| | save current surface state (stack).
|
| |
|
void | RestoreState () |
| | restores last saved surface state (stack).
|
| |