Resource Base
Table of contents

Rect

Syntax

interface Rect {
	left: number;
	top: number;
	width: number;
	height: number;
}

Attributes

left

The x-coordinate of the upper-left corner of the area.

top

The y-coordinate of the upper-left corner of the area.

width

The width of the rectangle area. The unit is pixel.

height

The height of the rectangle area. The unit is pixel.

Rect

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support