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

search for in the

CairoContext::newSubPath> <CairoContext::moveTo
[edit] Last updated: Fri, 17 May 2013

view this page in

CairoContext::newPath

cairo_new_path

(PECL cairo >= 0.1.0)

CairoContext::newPath -- cairo_new_pathThe newPath purpose

Descrierea

Stil obiect-orientat (method):

public void CairoContext::newPath ( void )

Stil procedural:

void cairo_new_path ( CairoContext $context )

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

Parametri

context

A valid CairoContext object.

Valorile întoarse

Nu este întoarsă nici o valoare.

Exemple

Example #1 Stil obiect-orientat

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

Example #2 Stil procedural

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

Vedeți de asemenea



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

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