Table of Contents

TChildAnchor Class

A class to hold the offsets relative to the parent on grouped shapes.

Syntax

Namespace: FlexCel.Core

public class TChildAnchor: ICloneable

Constructors

Methods

Name Description
Clone Returns a deep copy of the Anchor.
EqualValues Returns true if both instances of the objects contain the same values. Instances might be different, this method will return if their values are equal. Instances can be null.
Equals Returns true if both objects have the same data.
GetHashCode Returns the hashcode for the object.

Properties

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.