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

FIS.DrawRegionOfInterest Method

Draws a region of interest on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DrawRegionOfInterest
(
	FilNet.Image ioImage,
	FilNet.RegionOfInterest inRoi,
	FilNet.Pixel inColor,
	float inOpacity
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inRoiFilNet.RegionOfInterestRange of pixels to be processed.
inColorFilNet.Pixel
inOpacityfloat<0.0f, 1.0f>

Function Overrides

See also