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

FIS.CreatePolygonRegion Method

Creates a polygonal region corresponding to a given closed path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreatePolygonRegion
(
	FilNet.Path inPolygon,
	FilNet.CoordinateSystem2D? inPolygonAlignment,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inPolygonFilNet.Path
inPolygonAlignmentFilNet.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.
outRegionFilNet.RegionOutput region.

Function Overrides

See also