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

FIL.DrawRegionOfInterest

Draws a region of interest on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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