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_append_path(3) - php
cairo_clip_extents(3) - php
cairo_fill_extents(3) - php
cairo_fill_preserve(3) - php
cairo_get_current_point(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!