You are here: Start » AVL.NET » Invoke.CreateBox

Invoke.CreateBox

Creates a box.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inLocationAvl.Location
inLocationAnchorAvl.Anchor2D
inWidthint<0, INF>
inHeightint<0, INF>
outBoxAvl.Box

See also