[DllImport("gdi32.dll")] static extern bool SetViewportOrgEx(IntPtr hdc, int X, int Y, IntPtr lpPoint);
Última actualización hace 1 año