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

Invoke.CreateShapeRegionRegion

Creates a region corresponding to the given shape region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateShapeRegionRegion
(
	Fil.ShapeRegion inShapeRegion,
	Optional<Fil.CoordinateSystem2D> inShapeRegionAlignment,
	int inFrameWidth,
	int inFrameHeight,
	Fil.Region outRegion,
	Optional<Fil.ShapeRegion> outAlignedShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionFil.ShapeRegion
inShapeRegionAlignmentFtl.Optional<Fil.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.
outRegionFil.RegionOutput region.
outAlignedShapeRegionFtl.Optional<Fil.ShapeRegion>Transformed input shape region.

See also