|
CairoContext::arccairo_arcAdds a circular arc BeschreibungObjektorientierter Stil (method):
public void CairoContext::arc
( float
$x
, float $y
, float $radius
, float $angle1
, float $angle2
)Prozeduraler Stil:
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 ( Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Beispiel #1 Objektorientierter Stil
<?php
Beispiel #2 Prozeduraler Stil
<?phpSiehe auch
|