You are here: Start » AVL.NET » Invoke.RegionCharacteristicPoint
Returns a characteristic point of the input's region bounding box.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RegionCharacteristicPoint ( Avl.Region inRegion, Avl.Anchor2D inPointAnchor, out Avl.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | inPointAnchor | Avl.Anchor2D | TopLeft | Default value: TopLeft. | |
![]()  | outPoint | Avl.Point2D | 


