InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / ExtTextOut Method / ExtTextOut(IntPtr,Int32,Int32,UInt32,RECT,String,Int32,IntPtr) Method

In This Topic
    ExtTextOut(IntPtr,Int32,Int32,UInt32,RECT,String,Int32,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function ExtTextOut( _
       ByVal hdc As IntPtr, _
       ByVal X As Integer, _
       ByVal Y As Integer, _
       ByVal fuOptions As UInteger, _
       ByRef lprc As Win32.RECT, _
       ByVal lpString As String, _
       ByVal cbCount As Integer, _
       ByVal lpDX As IntPtr _
    ) As Boolean
    public static bool ExtTextOut( 
       IntPtr hdc,
       int X,
       int Y,
       uint fuOptions,
       ref Win32.RECT lprc,
       string lpString,
       int cbCount,
       IntPtr lpDX
    )

    Parameters

    hdc
    X
    Y
    fuOptions
    lprc
    lpString
    cbCount
    lpDX
    See Also