php man page for cairo_new_path

Query: cairo_new_path

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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_text_path(3) - php
cairo_curve_to(3) - php
cairo_append_path(3) - php
cairo_clip_preserve(3) - php
cairo_fill_extents(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update