Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Drawing » DrawBox

DrawBox


Header: AVL.h
Namespace: avl
Module: FoundationLite

Draws a box on an image.

Syntax

C++
C#
 
void avl::DrawBox
(
	avl::Image& ioImage,
	const avl::Box& inBox,
	const avl::Pixel& inColor,
	const float inOpacity
)

Parameters

Name Type Range Default Description
Input will be modified ioImage Image&
Input value inBox const Box&
Input value inColor const Pixel&
Input value inOpacity const float 0.0 - 1.0