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