C# Signature:

[DllImport("gdi32.dll")]
static extern bool GetViewportOrgEx(IntPtr hdc, out POINT lpPoint);

Última actualización