.
The OffsetWindowOrgEx API
3/16/2007 7:45:51 AM - anonymous
.
static extern bool OffsetWindowOrgEx(IntPtr hdc, int nXOffset, int nYOffset,
.
.
static extern bool SetWindowOrgEx(IntPtr hDC, int x, int y, Point[] prevPoint);
.
SetWindowOrgEx(
.
The SetWindowOrgEx API
3/16/2007 7:46:25 AM - anonymous
.
static extern bool SetWindowOrgEx(IntPtr hdc, int X, int Y, System.IntPtr lpPoint);
.
static extern bool SetWindowOrgEx(IntPtr hdc, int X, int Y, ref POINT lpPoint);
.