Table of contents

Rect

The Rect class represents a rectangle in 2D space. It contains four integer values that specify the top, left, right, and bottom edges of the rectangle.

Definition

Namespace: Dynamsoft.Core

public class Rect 

Attributes

Attribute Type
top int
left int
right int
bottom int
id int

top

The top edge of the rectangle.

int top

left

The left edge of the rectangle.

int left

The right edge of the rectangle.

int right

bottom

The bottom edge of the rectangle.

int bottom

id

The id of the rectangle.

int id

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: