Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Shade

class Shade extends Userdata<"fz_shade"> {
getBounds(): Rect;
 
static readonly _drop: (p: Pointer<"fz_shade">) => void;
}

§Extends

§
Userdata<"fz_shade">
[src]

§Methods

§
getBounds(): Rect
[src]

§Static Properties

§
_drop: (p: Pointer<"fz_shade">) => void
[src]