You are here: Start » FIL.NET » Invoke.CreateRing
Creates a ring from an aligned point, inner and outer radius, and angle range.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateRing ( Fil.Point2D inPoint, Fil.Anchor2D inPointAnchor, float inInnerRadius, float inOuterRadius, out Fil.Ring2D outRing )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Fil.Point2D | |||
![]() | inPointAnchor | Fil.Anchor2D | MiddleCenter | Alignment of the point relatively to the box of the ring outer circle. Default value: MiddleCenter. | |
![]() | inInnerRadius | float | <0.0f, INF> | Inner ring radius. | |
![]() | inOuterRadius | float | <0.0f, INF> | Outer ring radius. | |
![]() | outRing | Fil.Ring2D |