[DllImport("gdi32.dll")] static extern int GetPath(IntPtr hdc, [Out] POINT [] lpPoints, [Out] byte [] lpTypes, int nSize);
Última actualización hace 1 año