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

x/skia_canvas/mod.ts>Path2D#isPointInPath

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

Parameters

x: number
y: number
optional
fillRule: FillRule

Returns

boolean