TextOut Method (ControlDeviceContext)
In This Topic
Writes a character string at the specified location, using the currently selected font, background color, and text color.
Syntax
'Declaration
Public Sub TextOut( _
ByVal As String, _
ByVal As Point _
)
public void TextOut(
string ,
Point
)
Parameters
- text
- A string that saves the characters to be written.
- position
- A System.Drawing.Point that indicates the reference point that the system uses to align the string.
See Also