You are here: Start » AVL.NET » AVL.CreateBox(AvlNet.Location, AvlNet.Anchor2D, int, int, AvlNet.Box)

AVL.CreateBox(AvlNet.Location, AvlNet.Anchor2D, int, int, AvlNet.Box)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inLocation
Type: AvlNet.Location
inLocationAnchor
Type: AvlNet.Anchor2D
inWidth
Type: System.Int32
inHeight
Type: System.Int32
outBox
Type: AvlNet.Box

See also