The PtVisible function indicates whether the specified point is within the clipping region of a device context.
BOOL PtVisible(
HDC hdc, |
// handle of device context |
int X, |
// x-coordinate of point |
int Y |
// y-coordinate of point |
); |
If the specified point is within the clipping region of the device context, the return value is nonzero.
If the specified point is not within the clipping region of the device context, the return value is zero.
file: /Techref/os/win/api/win32/func/src/f69_2.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 14:03,
3.133.129.110: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://linistepper.com/Techref/os/win/api/win32/func/src/f69_2.htm"> PtVisible</A> |
Did you find what you needed? |