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

FIS.DrawBoxes_MultiColor Method

Draws boxes on an image with multiple colors.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawBoxes_MultiColor
(
	FilNet.Image inImage,
	NullableRef<IList<FilNet.Box?>> inBoxes,
	float inOpacity,
	bool inForceRgb,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inBoxesFilNet.NullableRef<System.Collections.Generic.IList<FilNet.Box?>>{ }Default value: { }.
inOpacityfloat<0.0f, 1.0f>1.0fDefault value: 1.0f.
inForceRgbboolTrueFilter will convert monochromatic image to RGB if needed. Default value: True.
outImageFilNet.ImageOutput image.

Function Overrides

See also