You are here: Start » AVL.NET » AVS.InflateRectangle Method

AVS.InflateRectangle Method

Enlarges a rectangle by a given margin.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void InflateRectangle
(
	AvlNet.Rectangle2D inRectangle,
	float inMargin,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
inMarginfloat
outRectangleAvlNet.Rectangle2D

See also