(PECL cairo >= 0.1.0)
CairoContext::rectangle -- cairo_rectangle — The rectangle purpose
Estilo orientado à objeto (method):
$x
, float $y
, float $width
, float $height
) : voidEstilo procedural:
$context
, float $x
, float $y
, float $width
, float $height
) : voidDescription here.
Esta função não está documentada; somente a lista de argumentos está disponível.
context
Description...
x
Description...
y
Description...
width
Description...
height
Description...
Description...
Exemplo #1 Estilo orientado à objeto
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar à:
...
Exemplo #2 Estilo procedural
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar à:
...