You are here: Start » AVL.NET » VideoBoxPrimitive.SetBox Method
VideoBoxPrimitive.SetBox Method
Sets a 2D axis aligned box as this primitive.
| Namespace: | VideoBoxBase |
|---|---|
| Assembly: | VideoBoxBase.dll |
Syntax
public void SetBox( int x, int y, int width, int height )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| x | int | X coordinate of the box corner. | |||
| y | int | Y coordinate of the box corner. | |||
| width | int | Width of the box. | |||
| height | int | Height of the box. |
