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_set_font_face(3) - php
cairo_curve_to(3) - php
cairo_append_path(3) - php
cairo_close_path(3) - php
cairo_fill(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun