[DllImport("gdi32.dll")] static extern bool PolyDraw(IntPtr hdc, POINT [] lppt, byte [] lpbTypes, int cCount);
Última actualización hace 1 año