Back to Adaptive Vision Library Lite website

You are here: Start » Basic » Box » CreateBox

CreateBox


Header: AVL.h
Namespace: avl

Creates a box.

Syntax

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

Parameters

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