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

FIS.AlignRectangle Method

Moves a rectangle from a local coordinate system to the absolute one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AlignRectangle
(
	FilNet.Rectangle2D inRectangle,
	FilNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out FilNet.Rectangle2D outAlignedRectangle
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inAlignmentFilNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedRectangleFilNet.Rectangle2D

See also