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
inLocation const Location&
inLocationAnchor Anchor2D::Type
inWidth int 0 -
inHeight int 0 -
outBox Box&