[DllImport("gdi32.dll")] static extern bool LPtoDP(IntPtr hdc, [In, Out] POINT [] lpPoints, int nCount);
Última actualización hace 1 año