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

Invoke.CreatePolygonRegion

Creates a polygonal region corresponding to a given closed path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreatePolygonRegion
(
	Fil.Path inPolygon,
	Optional<Fil.CoordinateSystem2D> inPolygonAlignment,
	int inFrameWidth,
	int inFrameHeight,
	Fil.Region outRegion,
	Optional<Fil.Path> outAlignedPolygon
)

Parameters

Name Type Range Default Description
inPolygonFil.Path
inPolygonAlignmentFtl.Optional<Fil.CoordinateSystem2D>Adjusts the polygon to the position of the inspected object. Default value: ftl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFil.RegionOutput region.
outAlignedPolygonFtl.Optional<Fil.Path>The input polygon transformed to the absolute coordinate system.

See also