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

VideoBoxPrimitive.SetStringLabel Method

Sets a string label (text anchored at specified coordinates) as this primitive.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetStringLabel
(
	float x,
	float y,
	string text
)

Parameters

Name Type Range Default Description
xfloatX coordinate of the label location.
yfloatY coordinate of the label location.
textstringText of the label.

See also