You are here: Start » FIL.NET » Invoke.BoxCharacteristicPoint
Returns a characteristic point (e.g. the top-left) of a box.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void BoxCharacteristicPoint ( Fil.Box inBox, Fil.Anchor2D inPointAnchor, out Fil.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox | Fil.Box | |||
![]() | inPointAnchor | Fil.Anchor2D | TopLeft | Selecting one of the 9 characteristic points. Default value: TopLeft. | |
![]() | outPoint | Fil.Point2D |