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

AVS.AvsFilter_MakeBox Method

Creates a box structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeBox
(
	int inX,
	int inY,
	int inWidth,
	int inHeight,
	out AvlNet.Box outBox
)

Parameters

Name Type Range Default Description
inXintInput x-coordinate.
inYintInput y-coordinate.
inWidthint<0, INF>Input width.
inHeightint<0, INF>Input height.
outBoxAvlNet.BoxOutput box.

See also