术语 | getpolyfillmode |
释义 | GetPolyFillMode 语法: int GetPolyFillMode( __in HDC hdc ); GetPolyFillMode功能 该GetPolyFillMode函数检索当前多边形填充模式。 参数 hdc [in] 句柄设备上下文。 返回值 如果函数成功,返回值指定的多边形填充模式,可以是下列值之一。 ValueMeaning ALTERNATESelects替代模式(填补之间的奇数和偶数扫描线每双方多边形面积)。 WINDINGSelects绕组模式(填充与清盘值非零任何地区)。 如果发生错误,返回值是零。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 地区概况 区域函数 SetPolyFillMode 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==GetPolyFillMode Function The GetPolyFillMode function retrieves the current polygon fill mode. Syntax int GetPolyFillMode( __in HDC hdc ); Parameters hdc [in] Handle to the device context. Return Value If the function succeeds, the return value specifies the polygon fill mode, which can be one of the following values. ValueMeaning ALTERNATESelects alternate mode (fills area between odd-numbered and even-numbered polygon sides on each scan line). WINDINGSelects winding mode (fills any region with a nonzero winding value). If an error occurs, the return value is zero. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Regions Overview Region Functions SetPolyFillMode Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd144910(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。