RenderText Constructor(String,Font,Color)
In This Topic
Initializes a new instance of the
RenderText class, assigning the
RenderText.Text property, font and text color.
Syntax
Parameters
- text
- A string assigned to the RenderText.Text property.
- font
- The font used to render the text.
- textColor
- The text color used to render the text.
See Also