[]
public static extern bool ExtTextOut(IntPtr hdc, int X, int Y, uint fuOptions, Win32.RECT* lprc, string lpString, int cbCount, int* lpDX)
Type | Name | Description |
---|---|---|
IntPtr | hdc | |
int | X | |
int | Y | |
uint | fuOptions | |
RECT* | lprc | |
string | lpString | |
int | cbCount | |
int* | lpDX |
Type | Description |
---|---|
bool |
public static extern bool ExtTextOut(IntPtr hdc, int X, int Y, uint fuOptions, ref Win32.RECT lprc, string lpString, int cbCount, IntPtr lpDX)
Type | Name | Description |
---|---|---|
IntPtr | hdc | |
int | X | |
int | Y | |
uint | fuOptions | |
Win32.RECT | lprc | |
string | lpString | |
int | cbCount | |
IntPtr | lpDX |
Type | Description |
---|---|
bool |