You are here: Start » FIL.NET » Function Reference » Image » Image Drawing » FIL.DrawBox

FIL.DrawBox

Draws a box on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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