You are here: Start » AVL.NET » VideoBoxPrimitive.SetStringLabelArrayItem Method

VideoBoxPrimitive.SetStringLabelArrayItem Method

Sets a single item in a string label primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetStringLabelArrayItem
(
	int index,
	float x,
	float y,
	string text
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat
textstring

See also