(PECL cairo >= 0.1.0)
CairoContext::rectangle -- cairo_rectangle — The rectangle purpose
Objektorientierter Stil (method):
$x
, string $y
, string $width
, string $height
)Prozeduraler Stil:
$context
, string $x
, string $y
, string $width
, string $height
)Description 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:
...