Set GDI Text
Modify the text value of a GDI Text Source
Parameters
SlobsConnection
SlobsScene
SlobsSource
Text
Text required
Enter the new text value
Variables
Name | Type | Description |
---|---|---|
No data |
C# Usage
public void SlobsSetGdiText(string scene, string source, string text, int connection = 0)
CPH.SlobsSetGdiText(scene, source, text);
CPH.SlobsSetGdiText(scene, source, text, connection);