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.
See also:
| file: /Techref/os/win/api/win32/func/src/f69_2.htm, 2KB, , updated: 2000/4/7 12:19, local time: 2012/5/25 10:48,
38.107.179.230:LOG IN |
| ©2012 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://www.piclist.com/techref/os/win/api/win32/func/src/f69_2.htm"> PtVisible</A> |
| Did you find what you needed? |
| piclist.com members can LOGIN to post questions, add public or private comments, links or even new pages(!). To start, fill out the form. |
|
.