Resource Base
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

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;

Is this page helpful?

YesYes NoNo

In this article:

Version 2.2.32

    • version 2.2.32
    • Version 2.x
      • Version 2.2.30
      • Version 2.2.20
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +