(PECL cairo >= 0.1.0)
CairoContext::maskSurface -- cairo_mask_surface — The maskSurface purpose
Objektorientierter Stil (method):
$surface
[, string $x
[, string $y
]] )Prozeduraler Stil:
$context
, CairoSurface $surface
[, string $x
[, string $y
]] )Description here.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
context
Description...
surface
Description...
x
Description...
y
Description...
Description...
Beispiel #1 Objektorientierter Stil
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...
Beispiel #2 Prozeduraler Stil
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...