cairo_new_path(3) php man page | unix.com

Man Page: cairo_new_path

Operating Environment: php

Section: 3

CAIRO_NEW_PATH(3)							 1							 CAIRO_NEW_PATH(3)

CairoContext::newPath - The newPath purpose

       Object oriented style (method):

SYNOPSIS
public void CairoContext::newPath (void )
DESCRIPTION
Procedural style: void cairo_new_path (CairoContext $context) Clears the current path. After this call there will be no path and no current point.
PARAMETERS
o $context - A valid CairoContext object.
RETURN VALUES
No value is returned.
EXAMPLES
Example #1 Object oriented style <?php // [...] CairoContext::newPath(); ?> Example #2 Procedural style <?php // [...] cairo_new_path($context); ?>
SEE ALSO
CairoContext::appendPath, CairoContext::closePath. PHP Documentation Group CAIRO_NEW_PATH(3)
Related Man Pages
cairo_curve_to(3) - php
cairo_clip_preserve(3) - php
cairo_fill(3) - php
cairo_fill_preserve(3) - php
cairo_has_current_point(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team