DrawText::SetVisible

DrawText::SetVisible
virtual void SetVisible(bool visible = true) = 0;
Description

SetVisible sets the visibility property of the text object.

Parameters
Parameters 
Description 
bool visible = true 
A Boolean value of true sets the text as visible and a value of false sets the text as invisible.