You are here: Start » AVL.NET » Function Reference » Region » Region Spatial Transforms » AVL.ResizeRegion

AVL.ResizeRegion

Enlarges or shrinks a region to new dimensions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Examples

ResizeRegion performed on the sample region with inNewWidth = 200, inNewHeight = 100.

See also