[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ExtTextOut

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
Type Name Description
IntPtr hdc
int X
int Y
uint fuOptions
RECT* lprc
string lpString
int cbCount
int* lpDX
Returns
Type Description
bool

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
Type Name Description
IntPtr hdc
int X
int Y
uint fuOptions
Win32.RECT lprc
string lpString
int cbCount
IntPtr lpDX
Returns
Type Description
bool