사용자 도구

사이트 도구

English

mdisplay:drawellipse_hex_10:index

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

mdisplay:drawellipse_hex_10:index [2016/04/17 03:40] (현재)
Comfile Technology 만듦
줄 1: 줄 1:
 +====== DrawEllipse (code : hex 10) ======
 +|DrawEllipse centerX centerY horizontalRadius verticalRadius|
 +
 +타원을 그립니다.
 +
 +^Argument ^Type ^Description^
 +|centerX |Real Number| 타원의 중심 X 좌표|
 +|centerY |Real Number |타원의 중심 Y 좌표|
 +|horizontalRadius |Real Number |수평 반지름|
 +|verticalRadius |Real Number |수직 반지름|
 +
 +<code c>
 +# Clear the active layer
 +Clear
 +# Set line width
 +LineWidth 1.0
 +# Draw a green circle
 +Color 00FF00
 +DrawEllipse 200 200 100 75 
 +</​code>​
 +
 +{{ :​mdisplay:​drawellipse_hex_10:​ellipse.png?​nolink |}}
 +
 +
 +[[mdisplay:​index#​그래픽_코멘드|M Display 메인페이지로 가기]]
 +
 +
  
mdisplay/drawellipse_hex_10/index.txt · 마지막으로 수정됨: 2016/04/17 03:40 저자 Comfile Technology