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