+1 888 340 6572

Text SetTransparent

From MultiCharts
Revision as of 14:39, 25 September 2024 by KateMultiCharts (talk | contribs) (Created page with "Allows to make the background of the text drawing transparent. == Usage == <syntaxhighlight>text_settransparent(ref, state)</syntaxhighlight> == Parameters == '''ref''' - ID of the text object<br> '''state''' - True or False, where true means using a transparent background, and false means using a non-transparent background. == Example == Make the background of the text drawing with ID = 1 transparent: <syntaxhighlight>text_settransparent(1, true);</syntaxhighlight>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Allows to make the background of the text drawing transparent.

Usage

text_settransparent(ref, state)

Parameters

ref - ID of the text object
state - True or False, where true means using a transparent background, and false means using a non-transparent background.

Example

Make the background of the text drawing with ID = 1 transparent:

text_settransparent(1, true);