You are here: Start » AVL.NET » Invoke.CreateCircle
Creates a circle from an aligned point and radius.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateCircle ( Avl.Point2D inPoint, Avl.Anchor2D inPointAnchor, float inRadius, out Avl.Circle2D outCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | Avl.Point2D | |||
![]() | inPointAnchor | Avl.Anchor2D | MiddleCenter | Alignment of the point relatively to the box of the circle. Default value: MiddleCenter. | |
![]() | inRadius | float | <0.0f, INF> | Circle radius. | |
![]() | outCircle | Avl.Circle2D |


