You are here: Start » FIL.NET » FIS.CreateCircleRegion Method

FIS.CreateCircleRegion Method

Creates a circular region corresponding to a given circle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateCircleRegion
(
	FilNet.Circle2D inCircle,
	FilNet.CoordinateSystem2D? inCircleAlignment,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion,
	NullableValue<FilNet.Circle2D> outAlignedCircle
)

Parameters

Name Type Range Default Description
inCircleFilNet.Circle2D
inCircleAlignmentFilNet.CoordinateSystem2D?Adjusts the circle to the position of the inspected object. Default value: ftl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame (not to be confused with the size of the circle!).
inFrameHeightint<0, 65535>Height of the created region's frame (not to be confused with the size of the circle!).
outRegionFilNet.RegionOutput region.
outAlignedCircleFilNet.NullableValue<FilNet.Circle2D>The input circle transformed to the absolute coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also