- addRectangle
ref addRectangle(double x, double y, double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
- arcTo
ref arcTo(double xCenter, double yCenter, double radius, double startAngle, double sweep, bool negative)
Undocumented in source. Be warned that the author may not have intended to support it.
- bezierTo
ref bezierTo(double c1x, double c1y, double c2x, double c2y, double endX, double endY)
Undocumented in source. Be warned that the author may not have intended to support it.
- closeFigure
ref closeFigure()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
ref end()
Undocumented in source. Be warned that the author may not have intended to support it.
- lineTo
ref lineTo(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- newFigure
ref newFigure(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- newFigureWithArc
ref newFigureWithArc(double xCenter, double yCenter, double radius, double startAngle, double sweep, bool negative)
Undocumented in source. Be warned that the author may not have intended to support it.