You are here: Start » FIL.NET » Invoke.ImageBox

Invoke.ImageBox

Returns a box corresponding to the dimensions of an image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
outBoxFil.BoxOutput box.

See also