You are here: Start » FIL.NET » Invoke.CreateRing

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
inPointFil.Point2D
inPointAnchorFil.Anchor2DMiddleCenterAlignment of the point relatively to the box of the ring outer circle. Default value: MiddleCenter.
inInnerRadiusfloat<0.0f, INF>Inner ring radius.
inOuterRadiusfloat<0.0f, INF>Outer ring radius.
outRingFil.Ring2D

See also