(PECL cairo >= 0.1.0)
CairoContext::rectangle -- cairo_rectangle — The rectangle purpose
Stile orientato agli oggetti (method):
$x
, string $y
, string $width
, string $height
)Stile procedurale:
$context
, string $x
, string $y
, string $width
, string $height
)Description here.
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
context
Description...
x
Description...
y
Description...
width
Description...
height
Description...
Description...
Example #1 Stile orientato agli oggetti
<?php
/* ... */
?>
Il precedente esempio visualizzerà qualcosa simile a:
...
Example #2 Stile procedurale
<?php
/* ... */
?>
Il precedente esempio visualizzerà qualcosa simile a:
...