C# Signature:

[DllImport("gdi32.dll")]
static extern bool SetViewportOrgEx(IntPtr hdc, int X, int Y, IntPtr lpPoint);

Última actualización