ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / TextOut Method

In This Topic
    TextOut Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function TextOut( _
       ByVal hdc As System.IntPtr, _
       ByVal X As System.Integer, _
       ByVal Y As System.Integer, _
       ByVal lpString As System.String, _
       ByVal cbCount As System.Integer _
    ) As System.Boolean
    public static System.bool TextOut( 
       System.IntPtr hdc,
       System.int X,
       System.int Y,
       System.string lpString,
       System.int cbCount
    )

    Parameters

    hdc
    X
    Y
    lpString
    cbCount
    See Also