ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also