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

In This Topic
    DrawText Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DrawText( _
       ByVal dc As System.IntPtr, _
       ByVal s As System.String, _
       ByVal nCount As System.Integer, _
       ByRef lpRect As Win32.RECT, _
       ByVal uFormat As System.UInteger _
    ) As System.Boolean
    public static System.bool DrawText( 
       System.IntPtr dc,
       System.string s,
       System.int nCount,
       ref Win32.RECT lpRect,
       System.uint uFormat
    )

    Parameters

    dc
    s
    nCount
    lpRect
    uFormat
    See Also