You are here: Start » FIL.NET » FIS.DrawBox Method

FIS.DrawBox Method

Draws a box on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawBox
(
	FilNet.Image ioImage,
	FilNet.Box inBox,
	FilNet.Pixel inColor,
	float inOpacity
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inBoxFilNet.Box
inColorFilNet.Pixel
inOpacityfloat<0.0f, 1.0f>

See also