Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/skia_canvas/mod.ts>CanvasRenderingContext2D#isPointInPath

Fast HTML Canvas API implementation for Deno using Google Skia
Latest
method CanvasRenderingContext2D.prototype.isPointInPath
Re-export
import { CanvasRenderingContext2D } from "https://deno.land/x/skia_canvas@0.5.8/mod.ts";

Parameters

x: number
y: number
optional
fillRule: FillRule

Returns

boolean

Parameters

path: Path2D
x: number
y: number
optional
fillRule: FillRule

Returns

boolean