CairoContext::rectangle
cairo_rectangle
(PECL cairo >= 0.1.0)
CairoContext::rectangle -- cairo_rectangle — The rectangle purpose
Descrierea
Stil obiect-orientat (method):
public void CairoContext::rectangle
( string
$x
, string $y
, string $width
, string $height
)Stil procedural:
void cairo_rectangle
( CairoContext
$context
, string $x
, string $y
, string $width
, string $height
)Description here.
Avertizare
Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.
Parametri
-
context -
Description...
-
x -
Description...
-
y -
Description...
-
width -
Description...
-
height -
Description...
Valorile întoarse
Description...
Exemple
Example #1 Stil obiect-orientat
<?php
/* ... */
?>
Exemplul de mai sus va afișa ceva similar cu:
...
Example #2 Stil procedural
<?php
/* ... */
?>
Exemplul de mai sus va afișa ceva similar cu:
...
Vedeți de asemenea
- Classname::Method()
There are no user contributed notes for this page.
