CairoContext::rectangle
cairo_rectangle
(PECL cairo >= 0.1.0)
CairoContext::rectangle -- cairo_rectangle — The rectangle purpose
Descrizione
Stile orientato agli oggetti (method):
public void CairoContext::rectangle
( string
$x
, string $y
, string $width
, string $height
)Stile procedurale:
void cairo_rectangle
( CairoContext
$context
, string $x
, string $y
, string $width
, string $height
)Description here.
Avviso
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
Elenco dei parametri
-
context -
Description...
-
x -
Description...
-
y -
Description...
-
width -
Description...
-
height -
Description...
Valori restituiti
Description...
Esempi
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:
...
Vedere anche:
- Classname::Method()
There are no user contributed notes for this page.
