Back to Aurora Vision Library website

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

CreateBox


Header: AVL.h
Namespace: avl
Module: FoundationLite

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