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 | |
|---|---|---|---|---|---|
| x | float | X coordinate of the label location. | |||
| y | float | Y coordinate of the label location. | |||
| text | string | Text of the label. |
