Skip to main content
Module

x/targadactyl/deps.ts>IRect

tga.js implemented in Deno
Latest
type alias IRect
import { type IRect } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

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

definition: Int32Array