You are here: Start » AVL.NET » AVL.CreateBox Method
AVL.CreateBox Method
Creates a 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
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLocation | AvlNet.Location | |||
![]() | inLocationAnchor | AvlNet.Anchor2D | |||
![]() | inWidth | int | <0, INF> | ||
![]() | inHeight | int | <0, INF> | ||
![]() | outBox | AvlNet.Box |


