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

AVL.DrawRegionOfInterest Method

Draws a region of interest on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawRegionOfInterest(
	ref 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>

See also