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

Assembly: Dynamsoft.Core.dll

public class Rect 

Attributes

Attribute Type
top int
left int
right int
bottom 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;

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: