====== 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 {{ :mdisplay:fillpath_hex_18:fillpath.png?nolink |}} [[mdisplay:index#그래픽_코멘드|M Display 메인페이지로 가기]]