You are here: Start » AVL.NET » Invoke.CircleCharacteristicPoint
Returns a characteristic point (e.g. the top-left) of a box containing the input circle.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CircleCharacteristicPoint ( Avl.Circle2D inCircle, Avl.Anchor2D inPointAnchor, out Avl.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | Avl.Circle2D | |||
![]() | inPointAnchor | Avl.Anchor2D | TopLeft | Default value: TopLeft. | |
![]() | outPoint | Avl.Point2D |