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

FIL.ImageBox

Returns a box corresponding to the dimensions of an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImageBox
(
	FilNet.Image inImage,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
outBoxFilNet.BoxOutput box.

See also