|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| gdi32.lib
| Header File
| wingdi.h
| Unicode
| No
| Platform Notes
| Windows 95: 16-bit coordinates only
|
|
|
OffsetWindowOrgEx
The
OffsetWindowOrgEx function modifies the window origin for a device context using the specified
horizontal and vertical offsets.
BOOL OffsetWindowOrgEx(
HDC hdc,
| // handle to device context
|
int nXOffset,
| // horizontal offset
|
int nYOffset,
| // vertical offset
|
LPPOINT lpPoint
| // pointer to structure receiving the original origin
|
);
|
|
Parameters
hdc
Identifies the device context.
nXOffset
Specifies the horizontal offset, in logical units.
nYOffset
Specifies the vertical offset, in logical units.
lpPoint
Points to a
POINT structure. The logical coordinates of the previous window origin are placed
in this structure. If
lpPoint is NULL, the previous origin is not returned.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Remarks
GetViewportOrgEx,
OffsetViewportOrgEx,
POINT
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database