You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.CreateBox

AVL.CreateBox

Creates a box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateBox
(
	AvlNet.Location inLocation,
	AvlNet.Anchor2D inLocationAnchor,
	int inWidth,
	int inHeight,
	out AvlNet.Box outBox
)

Parameters

Name Type Range Default Description
inLocationAvlNet.Location
inLocationAnchorAvlNet.Anchor2D
inWidthint<0, INF>
inHeightint<0, INF>
outBoxAvlNet.Box

See also