(PECL cairo >= 0.1.0)
The setSourceSurface purpose
public void CairoContext::setSourceSurface ( string $surface [, string $x [, string $y ]] )
Object oriented style (method):
Procedural style:
void cairo_set_source_surface ( CairoContext
$context
, CairoSurface $surface
[, string $x
[, string $y
]] )Description here.
Parameters:
context
Description...
surface
Description...
x
Description...
y
Description...
Returns:
Description...
This function is currently not documented; only its argument list is available.
Examples:
Object oriented style
<?php /* ... */ ?>
The above example will output something similar to:
...
Procedural style
<?php /* ... */ ?>
The above example will output something similar to:
...
Please login to continue.