CAIRO_REL_CURVE_TO(3) 1 CAIRO_REL_CURVE_TO(3)
CairoContext::relCurveTo - The relCurveTo purpose
Object oriented style (method):
SYNOPSIS
public void CairoContext::relCurveTo (string $x1, string $y1, string $x2, string $y2, string $x3, string $y3)
DESCRIPTION
Procedural style:
void cairo_rel_curve_to (CairoContext $context, string $x1, string $y1, string $x2, string $y2, string $x3, string $y3)
Description here.
Warning
This function is currently not documented; only its argument list is available.
PARAMETERS
o $context
- Description...
o $x1
- Description...
o $y1
- Description...
o $x2
- Description...
o $y2
- Description...
o $x3
- Description...
o $y3
- 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.
PHP Documentation Group CAIRO_REL_CURVE_TO(3)