(PECL cairo >= 0.1.0)
CairoContext::rectangle -- cairo_rectangle — The rectangle purpose
Objektorientierter Stil (method):
$x
, float $y
, float $width
, float $height
) : voidProzeduraler Stil:
$context
, float $x
, float $y
, float $width
, float $height
) : voidDescription here.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
context
Description...
x
Description...
y
Description...
width
Description...
height
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:
...