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