ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal X As System.Integer, _
       ByVal Y As System.Integer, _
       ByVal fuOptions As System.UInteger, _
       ByRef lprc As Win32.RECT, _
       ByVal lpString As System.String, _
       ByVal cbCount As System.Integer, _
       ByVal lpDX As System.IntPtr _
    ) As System.Boolean
    public static System.bool ExtTextOut( 
       System.IntPtr hdc,
       System.int X,
       System.int Y,
       System.uint fuOptions,
       ref Win32.RECT lprc,
       System.string lpString,
       System.int cbCount,
       System.IntPtr lpDX
    )

    Parameters

    hdc
    X
    Y
    fuOptions
    lprc
    lpString
    cbCount
    lpDX
    See Also