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

Invoke.AlignRectangle

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedRectangleAvl.Rectangle2D

See also