Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "setwindoworgex" in [All]

Constants

1: EMR_
.

        EMR_SETWINDOWORGEX         = 10,

gdi32

.
Summary
.

static extern bool OffsetWindowOrgEx(IntPtr hdc, int nXOffset, int nYOffset,

.
Documentation
[OffsetWindowOrgEx] on MSDN
.

    static extern bool SetWindowOrgEx(IntPtr hDC, int x, int y, Point[] prevPoint);

.

SetWindowOrgEx(

.
Summary
.

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);

.
Documentation
[SetWindowOrgEx] on MSDN

 
Access PInvoke.net directly from VS: