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

FIS.DrawBoxes_TwoColors Method

Draws boxes on an image with two colors, depending on the status of each box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawBoxes_TwoColors
(
	FilNet.Image inImage,
	NullableRef<IList<FilNet.Box?>> inBoxes,
	FilNet.Pixel inColorIfTrue,
	FilNet.Pixel inColorIfFalse,
	NullableRef<IList<bool?>> inConditions,
	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: { }.
inColorIfTrueFilNet.PixelPixel ( X: 0.0f Y: 200.0f Z: 0.0f W: 0.0f )Default value: Pixel ( X: 0.0f Y: 200.0f Z: 0.0f W: 0.0f ).
inColorIfFalseFilNet.PixelPixel ( X: 200.0f Y: 0.0f Z: 0.0f W: 0.0f )Default value: Pixel ( X: 200.0f Y: 0.0f Z: 0.0f W: 0.0f ).
inConditionsFilNet.NullableRef<System.Collections.Generic.IList<bool?>>{ }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.

See also