You are here: Start » AVL.NET » AVL.ResizeRegion(AvlNet.Region, AvlNet.Region)

AVL.ResizeRegion(AvlNet.Region, AvlNet.Region)

Enlarges or shrinks a region to new dimensions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ResizeRegion(
	AvlNet.Region inRegion,
	out AvlNet.Region outRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
outRegion
Type: AvlNet.Region
Output region

See also