Skip to main content
Module

x/canvas/types.ts>SkIRect

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
type alias SkIRect
import { type SkIRect } from "https://deno.land/x/canvas@v1.0.0/types.ts";

An SkIRect is represented by 4 ints. In order, the ints correspond to left, top, right, bottom. See SkRect.h for more

definition: Int32Array