TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / TextOut Method

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

    Parameters

    hdc
    X
    Y
    lpString
    cbCount
    See Also