사용자 도구

사이트 도구

English

mdisplay:drawline_hex_11:index

DrawLine (code : hex 11)

DrawLine x1 y1 x2 y2

선을 그립니다.

Argument Type Description
x1 Real Number 시작 X 좌표
y1 Real Number 시작 Y 좌표
x2 Real Number 끝 지점 X 좌표
y2 Real Number 끝 지점 Y 좌표
# Clear the active layer
Clear
# Set the line width
LineWidth 1.0
# Set the color of the line
Color FF00FF
# Draw the line
DrawLine 0 0 799 479 

M Display 메인페이지로 가기

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