You are here: Start » FIL.NET » Function Reference » ShapeRegion » Shape Region Basics » FIL.AlignShapeRegion

FIL.AlignShapeRegion

Aligns a shape region to a coordinate system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void AlignShapeRegion
(
	FilNet.ShapeRegion inShapeRegion,
	FilNet.CoordinateSystem2D inShapeRegionAlignment,
	bool inInverse,
	int? inFrameWidth,
	int? inFrameHeight,
	FilNet.ShapeRegion outAlignedShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionFilNet.ShapeRegion
inShapeRegionAlignmentFilNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
inFrameWidthint?<0, 65535>Width of the created region's frame. Default value: ftl::NIL.
inFrameHeightint?<0, 65535>Height of the created region's frame. Default value: ftl::NIL.
outAlignedShapeRegionFilNet.ShapeRegion

Errors

List of possible exceptions:

Error type Description
DomainError Invalid ShapeRegion in AlignShapeRegion.

See also