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

FIS.CreateShapeRegionRegion Method

Creates a region corresponding to the given shape region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateShapeRegionRegion
(
	FilNet.ShapeRegion inShapeRegion,
	FilNet.CoordinateSystem2D? inShapeRegionAlignment,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion,
	NullableRef<FilNet.ShapeRegion> outAlignedShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionFilNet.ShapeRegion
inShapeRegionAlignmentFilNet.CoordinateSystem2D?Adjusts the shape region 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.
outAlignedShapeRegionFilNet.NullableRef<FilNet.ShapeRegion>Transformed input shape region. Can be null to skip this parameter calculation.

Function Overrides

See also