PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::arcNegative
request it (364)
GoLang replacement for PHP's CairoContext::arcNegative
[edit | history]
CairoContext::arcNegativecairo_arc_negative(PECL cairo >= 0.1.0) CairoContext::arcNegative -- cairo_arc_negative — Adds a negative arc DescriptionObject oriented style (method):
public void CairoContext::arcNegative
( float
$x
, float $y
, float $radius
, float $angle1
, float $angle2
)Procedural style:
void cairo_arc_negative
( CairoContext
$context
, float $x
, float $y
, float $radius
, float $angle1
, float $angle2
)
Adds a circular arc of the given Parameters
Return ValuesNo value is returned. Examples
Example #1 Object oriented style
<?php
Example #2 Procedural style
<?php |
more
Recently updated
more
Most requested
more
Last requests
|