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

AVS.ImageBox Method

Returns a box corresponding to the dimensions of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageBox
(
	AvlNet.Image inImage,
	out AvlNet.Box outBox
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outBoxAvlNet.BoxOutput box.

See also