[]
public static extern bool GetTextExtentExPoint(nint hdc, string lpszStr, int cchString, int nMaxExtent, int* lpnFit, int* alpDX, ref Size lpSize)
Type | Name | Description |
---|---|---|
nint | hdc | |
string | lpszStr | |
int | cchString | |
int | nMaxExtent | |
int* | lpnFit | |
int* | alpDX | |
Size | lpSize |
Type | Description |
---|---|
bool |
public static extern bool GetTextExtentExPoint(nint hdc, string lpszStr, int cchString, int nMaxExtent, out int lpnFit, int[] alpDx, out Size lpSize)
Type | Name | Description |
---|---|---|
nint | hdc | |
string | lpszStr | |
int | cchString | |
int | nMaxExtent | |
int | lpnFit | |
int[] | alpDx | |
Size | lpSize |
Type | Description |
---|---|
bool |