사용자 도구

사이트 도구

English

mdisplay:drawarc_hex_0d:index

DrawArc (code : hex 0D)

DrawArc centerX centerY horizontalRadius [verticalRadius] startAngle sweep

호를 그립니다.

Argument Type Description
centerX Real Number 타원의 중심 X 좌표
centerY Real Number 타원의 중심 Y 좌표
horizontalRadius Real Number 타원의 수평 반지름
verticalRadius Real Number (Optional) 타원의 수직 반지름, 생략되면 수평반지름과 같은값으로 처리됩니다.
startAngle Real Number 시작 각도
sweep Real Number 표시할 각도, 음수이면 시계반대방향으로 그립니다.
# Clear the active layer
Clear
# Draw green circular arc with a stroke width of 1.0
LineWidth 1.0
Color 00FF00
# Width omitted for circular arc
DrawArc 100 100 50 45.0 235.0
# Draw fuchsia elliptical arc with a stroke width of 3.0
LineWidth 3.0
Color FF00FF
DrawArc 300 100 100 50 110 270 

M Display 메인페이지로 가기

mdisplay/drawarc_hex_0d/index.txt · 마지막으로 수정됨: 2016/04/17 03:33 저자 Comfile Technology