RenderText Constructor(String,Font)
In This Topic
Initializes a new instance of the
RenderText class, assigning the
Text property and font.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Font _
)
public RenderText(
string ,
Font
)
Parameters
- text
- A string assigned to the Text property.
- font
- The font used to render the text.
See Also