ExtTextOut Method
ExtTextOut(IntPtr, int, int, uint, RECT*, string, int, int*)
Declaration
public static extern bool ExtTextOut(IntPtr hdc, int X, int Y, uint fuOptions, Win32.RECT* lprc, string lpString, int cbCount, int* lpDX)
Public Shared Function ExtTextOut(hdc As IntPtr, X As Integer, Y As Integer, fuOptions As UInteger, lprc As Win32.RECT*, lpString As String, cbCount As Integer, lpDX As Integer*) As Boolean
Parameters
Returns
ExtTextOut(IntPtr, int, int, uint, ref RECT, string, int, IntPtr)
Declaration
public static extern bool ExtTextOut(IntPtr hdc, int X, int Y, uint fuOptions, ref Win32.RECT lprc, string lpString, int cbCount, IntPtr lpDX)
Public Shared Function ExtTextOut(hdc As IntPtr, X As Integer, Y As Integer, fuOptions As UInteger, ByRef lprc As Win32.RECT, lpString As String, cbCount As Integer, lpDX As IntPtr) As Boolean
Parameters
Returns