You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.CreateBox
Creates a box.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateBox ( FilNet.Location inLocation, FilNet.Anchor2D inLocationAnchor, int inWidth, int inHeight, out FilNet.Box outBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLocation | FilNet.Location | |||
![]() | inLocationAnchor | FilNet.Anchor2D | |||
![]() | inWidth | int | <0, INF> | ||
![]() | inHeight | int | <0, INF> | ||
![]() | outBox | FilNet.Box |