The MoveToEx function updates the current position to the specified point and optionally returns the previous position.
BOOL MoveToEx(
HDC hdc, |
// handle of device context |
int X, |
// x-coordinate of new current position |
int Y, |
// y-coordinate of new current position |
LPPOINT lpPoint |
// address of old current position |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The MoveToEx function affects all drawing functions.
AngleArc, LineTo, POINT, PolyBezierTo, PolylineTo
Questions:
file: /Techref/os/win/api/win32/func/src/f57_17.htm, 2KB, , updated: 2006/4/19 16:13, local time: 2024/11/5 09:40,
3.138.114.195:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/func/src/f57_17.htm"> MoveToEx</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.