You are here: Start » AVL.NET » VideoBoxPrimitive.SetArrayItemColor Method
VideoBoxPrimitive.SetArrayItemColor Method
Sets the color of an item in array primitives.
| Namespace: | VideoBoxBase |
|---|---|
| Assembly: | VideoBoxBase.dll |
Syntax
public void SetArrayItemColor( int index, System.Drawing.Color color )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | index | int | Index of an array element. | ||
| color | System.Drawing.Color | New color of the array element. |

