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

Invoke.AlignShapeRegion

Aligns a shape region to a coordinate system.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignShapeRegion
(
	Fil.ShapeRegion inShapeRegion,
	Fil.CoordinateSystem2D inShapeRegionAlignment,
	bool inInverse,
	Optional<int> inFrameWidth,
	Optional<int> inFrameHeight,
	Fil.ShapeRegion outAlignedShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionFil.ShapeRegion
inShapeRegionAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
inFrameWidthFtl.Optional<int><0, 65535>Width of the created region's frame. Default value: ftl::NIL.
inFrameHeightFtl.Optional<int><0, 65535>Height of the created region's frame. Default value: ftl::NIL.
outAlignedShapeRegionFil.ShapeRegion

See also