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

AVS.ResizeRegion Method

Enlarges or shrinks a region to new dimensions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ResizeRegion
(
	AvlNet.Region inRegion,
	int? inNewWidth,
	int? inNewHeight,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inNewWidthint?<1, 65535>
inNewHeightint?<1, 65535>
outRegionAvlNet.RegionOutput region.

See also