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

AVS.AvsFilter_MakeSize Method

Creates a size structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeSize
(
	int inWidth,
	int inHeight,
	out AvlNet.Size outSize
)

Parameters

Name Type Range Default Description
inWidthint<0, INF>Input width.
inHeightint<0, INF>Input height.
outSizeAvlNet.SizeOutput box.

See also