Table of Contents

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

Name Description
Create Overloaded
Create
Create(Double, Double, Double, Double)
Null Creates a new null instance.
Clone Returns a deep copy of the Anchor.
Equals Returns true if both objects have the same data.
GetHashCode Returns the hashcode for the object.
IsNull Returns true if the record doesn't have a defined value.
HasValue Returns true if the record has a defined value. This is the inverse of IsNull

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.