[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.TextOut

TextOut Method

TextOut(string, Point)

Writes a character string at the specified location, using the currently selected font, background color, and text color.

Declaration
public void TextOut(string text, Point position)
Parameters
Type Name Description
string text

A string that saves the characters to be written.

Point position

A Point that indicates the reference point that the system uses to align the string.