InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal s As String, _
       ByVal nCount As Integer, _
       ByRef lpRect As Win32.RECT, _
       ByVal uFormat As UInteger _
    ) As Boolean
    public static bool DrawText( 
       IntPtr dc,
       string s,
       int nCount,
       ref Win32.RECT lpRect,
       uint uFormat
    )

    Parameters

    dc
    s
    nCount
    lpRect
    uFormat
    See Also