首页 > comp > gb.cairo > cairo > newsubpath 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh_TW eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
Cairo.NewSubPath (gb.cairo)
Static Sub NewSubPath ( )

Begin a new sub-path.

Note that the existing path is not affected. After this call there will be no current point.

In many cases, this call is not needed since new sub-paths are frequently started with Cairo.MoveTo.

A call to Cairo.NewSubPath is particularly useful when beginning a new sub-path with Cairo.Arc or Cairo.ArcNegative. This makes things easier as it is no longer necessary to manually compute the arc's initial coordinates for a call to