- beginPath
void beginPath()
Undocumented in source. Be warned that the author may not have intended to support it.
- clip
void clip(CanvasWindingRule winding)
Undocumented in source. Be warned that the author may not have intended to support it.
- clip
void clip()
Undocumented in source. Be warned that the author may not have intended to support it.
- clip
void clip(Path2D path, CanvasWindingRule winding)
Undocumented in source. Be warned that the author may not have intended to support it.
- clip
void clip(Path2D path)
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
void fill(CanvasWindingRule winding)
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
void fill()
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
void fill(Path2D path, CanvasWindingRule winding)
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
void fill(Path2D path)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInPath
bool isPointInPath(double x, double y, CanvasWindingRule winding)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInPath
bool isPointInPath(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInPath
bool isPointInPath(Path2D path, double x, double y, CanvasWindingRule winding)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInPath
bool isPointInPath(Path2D path, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInStroke
bool isPointInStroke(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInStroke
bool isPointInStroke(Path2D path, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- stroke
void stroke()
Undocumented in source. Be warned that the author may not have intended to support it.
- stroke
void stroke(Path2D path)
Undocumented in source. Be warned that the author may not have intended to support it.