Back to FabImage Library website

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

CreateBox


Header:FIL.h
Namespace:fil

Creates a box.

Syntax

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

Parameters

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