术语 | strokepath |
释义 | StrokePath 语法: BOOL StrokePath( __in HDC hdc ); StrokePath功能 该StrokePath函数指定的路径呈现使用目前的笔。 参数 hdc [in] 句柄设备上下文包含完成的路径。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 备注 路径,如果要制定StrokePath,必须是通过向EndPath呼叫完成。路径上调用这个函数的EndPath尚未调用这个函数会导致失败,返回零。与其他路径绘图功能,如StrokeAndFillPath,StrokePath不会试图关闭引来了对道路的道路上的最后一点第一点直线的路径。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 路径概览 路径功能 BeginPath EndPath ExtCreatePen 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==StrokePath Function The StrokePath function renders the specified path by using the current pen. Syntax BOOL StrokePath( __in HDC hdc ); Parameters hdc [in] Handle to a device context that contains the completed path. Return Value If the function succeeds, the return value is non-zero. If the function fails, the return value is zero. Remarks The path, if it is to be drawn by StrokePath, must have been completed through a call to EndPath . Calling this function on a path for which EndPath has not been called will cause this function to fail and return zero. Unlike other path drawing functions such as StrokeAndFillPath , StrokePath will not attempt to close the path by drawing a straight line from the first point on the path to the last point on the path. 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 EndPath ExtCreatePen Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd145124(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。