Rectangle Object (IRectangle Interface)
This object represents the coordinates of a rectangle.
Properties
Name | Type | Description |
---|---|---|
Bottom | Integer | Specifies the coordinate of the bottom border of the rectangle. |
Left | Integer | Specifies the coordinate of the left border of the rectangle. |
Right | Integer | Specifies the coordinate of the right border of the rectangle. |
Top | Integer | Specifies the coordinate of the top border of the rectangle. |
Output parameter
This object is the output parameter of the following methods and properties:
- CreateRectangle method of the Engine object
- Rectangle property of the CheckmarkBlock object
- Rectangle property of the CharParams object
- BoundingRectangle property of the Region object
- ContextRect property of the VerificationObject object
- ObjectRect, ObjectRectOnContextImage properties of the GroupVerificationObject object
Input parameter
This object is the input parameter of the Rectangle property of the CharParams object.
See also
8/15/2023 1:19:30 PM