Functions

Link copied to clipboard
Link copied to clipboard
open fun clip(fillRule: CanvasFillRule = definedExternally)
open fun clip(path: Path2D, fillRule: CanvasFillRule = definedExternally)
Link copied to clipboard
open fun fill(fillRule: CanvasFillRule = definedExternally)
open fun fill(path: Path2D, fillRule: CanvasFillRule = definedExternally)
Link copied to clipboard
open fun isPointInPath(x: Double, y: Double, fillRule: CanvasFillRule = definedExternally): Boolean
open fun isPointInPath(path: Path2D, x: Double, y: Double, fillRule: CanvasFillRule = definedExternally): Boolean
Link copied to clipboard
Link copied to clipboard
open fun stroke()
open fun stroke(path: Path2D)