Python中的魔杖path_move()函数
path_move()是 wand 中引入的另一个用于路径的函数。 path_move()函数的主要目的是为新的 sub_path 设置新的起点。通过设置相对标志,给定参数可以是相对的,也可以是绝对的。
Syntax :
Parameters:
Parameter | Input Type | Description |
---|---|---|
to | sequence or (numbers.Real, numbers.Real) | pair which represents coordinates to drawn to. |
relative | bool | treat given coordinates as relative to current point. |
示例 #1:
wand.drawing.path_move(to, relative)
输出 :
在评论中写代码?请使用 ide.geeksforgeeks.org,生成链接并在此处分享链接。