术语 | fillpath |
释义 | FillPath 语法: BOOL FillPath( __in HDC hdc ); FillPath功能 该FillPath函数关闭当前道路上的任何公开的数字,并填补了使用当前画笔和多边形填充模式路径的内部。 参数 hdc [in] 句柄到一个设备上下文,它包含一个有效的路径。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 GetLastError函数可能会返回下列错误代码之一: ERROR_CAN_NOT_COMPLETE ERROR_INVALID_PARAMETER ERROR_NOT_ENOUGH_MEMORY 备注 之后,其内部填充,路径是从为HDC参数确定的直流丢弃。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 路径概览 路径功能 BeginPath SetPolyFillMode StrokeAndFillPath StrokePath 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==FillPath Function The FillPath function closes any open figures in the current path and fills the path's interior by using the current brush and polygon-filling mode. Syntax BOOL FillPath( __in HDC hdc ); Parameters hdc [in] A handle to a device context that contains a valid path. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. GetLastError may return one of the following error codes: ERROR_CAN_NOT_COMPLETE ERROR_INVALID_PARAMETER ERROR_NOT_ENOUGH_MEMORY Remarks After its interior is filled, the path is discarded from the DC identified by the hdc parameter. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Paths Overview Path Functions BeginPath SetPolyFillMode StrokeAndFillPath StrokePath Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162718(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。