You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.ImageBox

AVL.ImageBox

Returns a box corresponding to the dimensions of an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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