(PECL cairo >= 0.1.0)
CairoContext::newPath -- cairo_new_path — The newPath purpose
锟斤拷锟斤拷锟斤拷锟斤拷锟� (method):
锟斤拷锟教伙拷锟斤拷锟�:
Clears the current path. After this call there will be no path and no current point.
context
A valid CairoContext object.
没锟叫凤拷锟斤拷值锟斤拷
Example #1 锟斤拷锟斤拷锟斤拷锟斤拷锟�
<?php
// [...]
CairoContext::newPath();
?>
Example #2 锟斤拷锟教伙拷锟斤拷锟�
<?php
// [...]
cairo_new_path($context);
?>