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

RegionProto

import type { RegionProto } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

A rectangular region.

interface RegionProto {
heightPx?: number;
leftPx?: number;
topPx?: number;
widthPx?: number;
}

§Properties

§
heightPx?: number
[src]

The height, in pixels. Always set.

§
leftPx?: number
[src]

The left side of the rectangle, in pixels. Always set.

§
topPx?: number
[src]

The top of the rectangle, in pixels. Always set.

§
widthPx?: number
[src]

The width, in pixels. Always set.