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
indexintIndex of an array element.
colorSystem.Drawing.ColorNew color of the array element.

See also