GoLang CairoContext::newSubPath

request it (272)
GoLang replacement for PHP's CairoContext::newSubPath [edit | history]



Do you know a GoLang replacement for PHP's CairoContext::newSubPath? Write it!

PHP CairoContext::newSubPath

PHP original manual for CairoContext::newSubPath [ show | php.net ]

CairoContext::newSubPath

cairo_new_sub_path

(PECL cairo >= 0.1.0)

CairoContext::newSubPath -- cairo_new_sub_pathThe newSubPath purpose

Description

Object oriented style (method):

public void CairoContext::newSubPath ( void )

Procedural style:

void cairo_new_sub_path ( CairoContext $context )

Description here.

Warning

This function is currently not documented; only its argument list is available.

Parameters

context

Description...

Return Values

Description...

Examples

Example #1 Object oriented style

<?php
/* ... */
?>

The above example will output something similar to:

...

Example #2 Procedural style

<?php
/* ... */
?>

The above example will output something similar to:

...

See Also

  • Classname::Method()