函数参考


_WinAPI_StrokePath

使用当前画笔渲染指定路径

#Include <WinAPIEx.au3>
_WinAPI_StrokePath ( $hDC )

参数

$hDC 包含完整路径的设备场景的句柄

返回值

成功: 返回 1
失败: 返回 0并设置@error非0

注意/说明

The path, if it is to be drawn by this function, must have been completed through a call to _WinAPI_EndPath().
Unlike other path drawing functions such as _WinAPI_StrokeAndFillPath(), _WinAPI_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.

相关

详情参考

在MSDN中搜索