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