术语 | flattenpath |
释义 | FlattenPath 语法: BOOL FlattenPath( __in HDC hdc ); FlattenPath功能 函数变换的FlattenPath在所到当前的设备上下文(DC)选定的道路上的任何曲线,变成每行序列曲线。 参数 hdc [in] 句柄到DC,它包含一个有效的路径。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 GetLastError函数可能会返回下列错误代码之一: ERROR_CAN_NOT_COMPLETE ERROR_INVALID_PARAMETER ERROR_NOT_ENOUGH_MEMORY 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 路径概览 路径功能 WidenPath 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==FlattenPath Function The FlattenPath function transforms any curves in the path that is selected into the current device context (DC), turning each curve into a sequence of lines. Syntax BOOL FlattenPath( __in HDC hdc ); Parameters hdc [in] A handle to a DC 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 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 WidenPath Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162725(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。