You are here: Start » AVL.NET » VideoBoxPrimitive.SetLabeledRectangleArrayItem Method
VideoBoxPrimitive.SetLabeledRectangleArrayItem Method
Sets a single item in an primitives array of Rectangles with text labels.
| Namespace: | VideoBoxBase | 
|---|---|
| Assembly: | VideoBoxBase.dll | 
Syntax
public void SetLabeledRectangleArrayItem ( int index, float x, float y, float width, float height, float angle, string text )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | index | int | Index of the array item to set. | ||
| x | float | ||||
| y | float | ||||
| width | float | ||||
| height | float | ||||
| angle | float | ||||
| text | string | Text of the label. | 

