CRect
The CRect
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::basic_structures
Assembly: DynamsoftCore
class CRect
Attributes Summary
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
right
The right edge of the rectangle.
int right
bottom
The bottom edge of the rectangle.
int bottom