C# Signature:
[DllImport("gdi32.dll")]
static extern bool GetTextExtentExPointI(IntPtr hdc, ushort [] pgiIn,
int cgi, int nMaxExtent, IntPtr lpnFit, IntPtr alpDx, out SIZE lpSize);
Última actualización
[DllImport("gdi32.dll")]
static extern bool GetTextExtentExPointI(IntPtr hdc, ushort [] pgiIn,
int cgi, int nMaxExtent, IntPtr lpnFit, IntPtr alpDx, out SIZE lpSize);
Última actualización