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


