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