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

Invoke.AlignRectangle

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignRectangle
(
	Fil.Rectangle2D inRectangle,
	Fil.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Fil.Rectangle2D outAlignedRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedRectangleFil.Rectangle2D

See also