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

Invoke.ResizeRectangle

Changes dimensions of a rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeRectangle
(
	Avl.Rectangle2D inRectangle,
	Avl.Anchor2D inAnchor,
	Optional<float> inNewWidth,
	Optional<float> inNewHeight,
	out Avl.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
inAnchorAvl.Anchor2DTopLeftDefault value: TopLeft.
inNewWidthAtl.Optional<float><0.0f, INF>
inNewHeightAtl.Optional<float><0.0f, INF>
outRectangleAvl.Rectangle2D

See also