ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / TextOut Method
A string that saves the characters to be written.
A System.Drawing.Point that indicates the reference point that the system uses to align the string.

In This Topic
    TextOut Method
    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 text As String, _
       ByVal position As Point _
    ) 
    public void TextOut( 
       string text,
       Point position
    )

    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