- closePathvoid closePath() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- cubicTovoid cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- initialisevoid initialise(int left, int top, int right, int bottom) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lineTovoid lineTo(double x, double y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- lineTovoid lineTo(float x, float y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- moveTovoid moveTo(double x, double y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- moveTovoid moveTo(float x, float y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- quadTovoid quadTo(float x1, float y1, float x2, float y2) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- rasterizevoid rasterize(ubyte* imagePixels, size_t imagePitchInBytes, int imageHeight, Blitter blitter, CompositeOp compositeOp) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Rasterizer