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

AVL.DrawBox

Draws a box on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawBox
(
	AvlNet.Image ioImage,
	AvlNet.Box inBox,
	AvlNet.Pixel inColor,
	float inOpacity
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inBoxAvlNet.Box
inColorAvlNet.Pixel
inOpacityfloat<0.0f, 1.0f>

See also