You are here: Start » AVL.NET » Function Reference » Image » Image Drawing » AVL.DrawRegion

AVL.DrawRegion

Draws a region on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawRegion
(
	AvlNet.Image ioImage,
	AvlNet.Region inRegion,
	AvlNet.Pixel inColor,
	float inOpacity
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inRegionAvlNet.RegionInput region.
inColorAvlNet.Pixel
inOpacityfloat<0.0f, 1.0f>

Function Overrides

See also