PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::arc
request it (368)
GoLang replacement for PHP's CairoContext::arc
[edit | history]
CairoContext::arccairo_arc(PECL cairo >= 0.1.0) CairoContext::arc -- cairo_arc — Adds a circular arc DescriptionObject oriented style (method):
public void CairoContext::arc
( float
$x
, float $y
, float $radius
, float $angle1
, float $angle2
)Procedural style:
void cairo_arc
( CairoContext
$context
, float $x
, float $y
, float $radius
, float $angle1
, float $angle2
)
Adds a circular arc of the given radius to the current path.
The arc is centered at ( 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
|