GoLang SWFShape::drawArc

request it (230)
GoLang replacement for PHP's SWFShape::drawArc [edit | history]



Do you know a GoLang replacement for PHP's SWFShape::drawArc? Write it!

PHP SWFShape::drawArc

PHP original manual for SWFShape::drawArc [ show | php.net ]

SWFShape::drawArc

(PHP 5 < 5.3.0, PECL ming SVN)

SWFShape::drawArcDraws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock

Description

void SWFShape::drawArc ( float $r , float $startAngle , float $endAngle )
Warning

This function is currently not documented; only its argument list is available.

Return Values

No value is returned.

See Also

  • SWFShape::drawCircle() - Draws a circle of radius r centered at the current location, in a counter-clockwise fashion