사용자 도구

사이트 도구

English

mdisplay:closepath_hex_32:index

ClosePath (code : hex 32)

ClosePath

현재 (Current) Point 와 시작(Origin) Point 를 연결하는 선 (Path)를 생성합니다.

# Clear the active layer
Clear
# Create a fraction of a pie
MoveTo 200 200
LineTo 270.7 129.29
ArcTo 270.7 270.7 100 100 0 0 1
# Enclose the pie by drawing a line back to the center
ClosePath
# Fill the pie with partially transparent red
Color AAFF0000
FillPath
# Draw a border around the pie in bright red
LineWidth 1
Color FF0000
DrawPath 

M Display 메인페이지로 가기

mdisplay/closepath_hex_32/index.txt · 마지막으로 수정됨: 2016/04/17 02:57 저자 Comfile Technology