update : 2015.11.03
php.shukuma.com

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

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

설명

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

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

반환값

값을 반환하지 않습니다.

참고

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