Table of Contents

TChildAnchor.TChildAnchor Constructor

Overloads

TChildAnchor.TChildAnchor

Creates a new empty instance.

Syntax

Namespace: FlexCel.Core

public TChildAnchor()

See also

TChildAnchor.TChildAnchor(Double, Double, Double, Double)

Creates an instance with the defined values.

Syntax

Namespace: FlexCel.Core

public TChildAnchor(Double aDx1, Double aDy1, Double aDx2, Double aDy2)

Parameters

<-> Parameter Type Description
aDx1 Double
aDy1 Double
aDx2 Double
aDy2 Double

See also