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

AVL.DrawRegionOfInterest

Draws a region of interest on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawRegionOfInterest
(
	AvlNet.Image ioImage,
	AvlNet.RegionOfInterest inRoi,
	AvlNet.CoordinateSystem2D? inRegionAlignment,
	AvlNet.Pixel inColor,
	float inOpacity
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRoiAvlNet.RegionOfInterestRange of pixels to be processed.
inRegionAlignmentAvlNet.CoordinateSystem2D?
inColorAvlNet.Pixel
inOpacityfloat<0.0f, 1.0f>

Function Overrides

See also