[DllImport("gdi32.dll")] static extern bool GetTextExtentPointI(IntPtr hdc, ushort [] pgiIn, int cgi, out SIZE lpSize);
Última actualización hace 1 año