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