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

Invoke.InflateRectangle

Enlarges a rectangle by a given margin.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void InflateRectangle
(
	Avl.Rectangle2D inRectangle,
	float inMargin,
	out Avl.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
inMarginfloat
outRectangleAvl.Rectangle2D

See also