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

FIS.AlignShapeRegion Method

Aligns a shape region to a coordinate system.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

See also