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