TChildAnchor Record
A class to hold the offsets relative to the parent on grouped shapes.
Syntax
Unit: FlexCel.Core
TChildAnchor = record;
Fields
Name |
Description |
Dx1 |
Offset from the left on the parent, on percent of the total width of the parent.
|
Dy1 |
Offset from the top on the parent, on percent of the total height of the parent.
|
Dx2 |
Right coordinate of the box, in percent of the total width of the parent.
|
Dy2 |
Bottom coordinate of the box, in percent of the total height of the parent.
|
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. |