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

AVS.SetRegionFrame Method

Changes the width and the height of a region's frame (but does not rescale the content).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SetRegionFrame
(
	AvlNet.Region ioRegion,
	int inWidth,
	int inHeight
)

Parameters

Name Type Range Default Description
ioRegionAvlNet.Region
inWidthint<0, 65535>New frame width.
inHeightint<0, 65535>New frame height.

See also