CairoContext::rectangle
cairo_rectangle
(PECL cairo >= 0.1.0)
CairoContext::rectangle -- cairo_rectangle — The rectangle purpose
Descrição
Estilo orientado a objetos (method):
public void CairoContext::rectangle
( string $x
, string $y
, string $width
, string $height
)
Estilo de procedimentos:
void cairo_rectangle
( CairoContext $context
, string $x
, string $y
, string $width
, string $height
)
Description here.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
- context
-
Description...
- x
-
Description...
- y
-
Description...
- width
-
Description...
- height
-
Description...
Valor Retornado
Description...
Exemplos
Exemplo #1 Estilo orientado a objetos
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar a:
...
Exemplo #2 Estilo de procedimentos
<?php
/* ... */
?>
O exemplo acima irá imprimir algo similar a:
...
Veja Também
- Classname::Method()
There are no user contributed notes for this page.
