You are here: Start » AVL.NET » AVS.DrawBox Method

AVS.DrawBox Method

Draws a box on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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