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

Invoke.ResizeRegion

Enlarges or shrinks a region to new dimensions.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeRegion
(
	Avl.Region inRegion,
	Optional<int> inNewWidth,
	Optional<int> inNewHeight,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inNewWidthAtl.Optional<int><1, 65535>
inNewHeightAtl.Optional<int><1, 65535>
outRegionAvl.RegionOutput region.

See also