[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 hace 1 año