Back to Adaptive Vision Library website

You are here: Start » Function Reference » Box » CreateBox

CreateBox


Header:AVL.h
Namespace:avl

Creates a box.

Syntax

C++
C#
 
void avl::CreateBox
(
	const avl::Location& inLocation,
	avl::Anchor2D::Type inLocationAnchor,
	int inWidth,
	int inHeight,
	avl::Box& outBox
)

Parameters

Name Type Range Default Description
inLocation const Location&
inLocationAnchor Anchor2D::Type
inWidth int 0 -
inHeight int 0 -
outBox Box&