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

Invoke.CreateCircleRegion

Creates a circular region corresponding to a given circle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateCircleRegion
(
	Fil.Circle2D inCircle,
	Optional<Fil.CoordinateSystem2D> inCircleAlignment,
	int inFrameWidth,
	int inFrameHeight,
	Fil.Region outRegion,
	Optional<Fil.Circle2D> outAlignedCircle
)

Parameters

Name Type Range Default Description
inCircleFil.Circle2D
inCircleAlignmentFtl.Optional<Fil.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!).
outRegionFil.RegionOutput region.
outAlignedCircleFtl.Optional<Fil.Circle2D>The input circle transformed to the absolute coordinate system.

See also