TDrawingRelativeRect Record
A rectangle with coordinates used in a drawing.
Syntax
Unit: FlexCel.Core
TDrawingRelativeRect = record;
Methods
Operators
| Name |
Description |
| Equality |
Adapts the = operator so it returns true when both instances have the same values. |
| Inequality |
Adapts the <> operator so it returns true when both instances have different values. |
Properties
| Name |
Description |
| Left |
Percentage of the left coordinate. Might be negative.
|
| Top |
Percentage of the top coordinate. Might be negative.
|
| Right |
Percentage of the right coordinate. Might be negative.
|
| Bottom |
Percentage of the bottom coordinate. Might be negative.
|
| Height |
Bottom - Top |
| Width |
Right - Left |