====== 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 |수직 반지름| # Clear the active layer Clear # Set line width LineWidth 1.0 # Draw a green circle Color 00FF00 DrawEllipse 200 200 100 75 {{ :mdisplay:drawellipse_hex_10:ellipse.png?nolink |}} [[mdisplay:index#그래픽_코멘드|M Display 메인페이지로 가기]]