You are here: Start » AVL.NET » VideoBoxPrimitive.SetLabeledRectangle Method
VideoBoxPrimitive.SetLabeledRectangle Method
Sets a Rectangle with a text label as this primitive.
| Namespace: | VideoBoxBase | 
|---|---|
| Assembly: | VideoBoxBase.dll | 
Syntax
public void SetLabeledRectangle ( float x, float y, float width, float height, float angle, string text )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| x | float | ||||
| y | float | ||||
| width | float | ||||
| height | float | ||||
| angle | float | ||||
| text | string | Text of the label. | 
