网站首页  词典首页

请输入您要查询的函数:

 

术语 ptvisible
释义 PtVisible
语法:
BOOL PtVisible(
__in HDC hdc,
__in int X,
__in int Y
);
PtVisible功能
该PtVisible函数确定指定点是否在一个设备上下文剪辑区域。
参数
hdc [in]
一个句柄,设备上下文。
X [in]
的x坐标,按逻辑单位,该点。
y [in]
在y坐标,按逻辑单位,该点。
返回值
如果指定点内的设备上下文剪辑区域是,返回值是TRUE(1)。
如果指定点不属于设备上下文的剪辑区域,则返回值为FALSE(0)。
如果HDC公司无效,则返回值(布尔)-1。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWingdi.h(头文件:winuser.h)
LibraryGdi32.lib
DLLGdi32.dll
参见
裁剪概述
裁剪功能
RectVisible
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月11日
==英文原文==PtVisible Function
The PtVisible function determines whether the specified point is within the clipping region of a device context.
Syntax
BOOL PtVisible(
__in HDC hdc,
__in int X,
__in int Y
);
Parameters
hdc [in]
A handle to the device context.
X [in]
The x-coordinate, in logical units, of the point.
Y [in]
The y-coordinate, in logical units, of the point.
Return Value
If the specified point is within the clipping region of the device context, the return value is TRUE(1).
If the specified point is not within the clipping region of the device context, the return value is FALSE(0).
If the HDC is not valid, the return value is (BOOL)-1.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWingdi.h (include Windows.h)
LibraryGdi32.lib
DLLGdi32.dll
See Also
Clipping Overview
Clipping Functions
RectVisible
Send comments about this topic to Microsoft
Build date: 7/11/2009
==原始网址==http://msdn.microsoft.com/en-us/library/dd162890(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:16:16