사용자 도구

사이트 도구

English

mdisplay:fillpath_hex_18:index

FillPath (code : hex 18)

FillPath

path 관련 명령어 (예: ArcTo, ClearPath, ClosePath, CurveTo, LineTo, MoveTo)로 만들어진 Path안을 채웁니다. 이때 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
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/fillpath_hex_18/index.txt · 마지막으로 수정됨: 2016/04/17 04:03 저자 Comfile Technology