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