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

AVS.AvsFilter_AccessBox Method

Returns individual fields of box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessBox
(
	AvlNet.Box inBox,
	out int outX,
	out int outY,
	out int outWidth,
	out int outHeight
)

Parameters

Name Type Range Default Description
inBoxAvlNet.BoxInput box.
outXintOutput x-coordinate.
outYintOutput y-coordinate.
outWidthintOutput width.
outHeightintOutput height.

See also