downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

CairoContext::newSubPath> <CairoContext::moveTo
[edit] Last updated: Fri, 25 May 2012

view this page in

CairoContext::newPath

cairo_new_path

(PECL cairo >= 0.1.0)

CairoContext::newPath -- cairo_new_pathThe newPath purpose

説明

オブジェクト指向型 (method):

public void CairoContext::newPath ( void )

手続き型:

void cairo_new_path ( CairoContext $context )

Clears the current path. After this call there will be no path and no current point.

パラメータ

context

A valid CairoContext object.

返り値

値を返しません。

例1 オブジェクト指向型

<?php
// [...]
CairoContext::newPath();
?>

例2 手続き型

<?php
// [...]
cairo_new_path($context);
?>

参考



add a note add a note User Contributed Notes CairoContext::newPath
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites