사용자 도구

사이트 도구

English

mdisplay:linewidth_hex_22:index

LineWidth (code : hex 22)

LineWidth width

라인 굵기를 설정합니다.

Argument Type Description
width Real Number 굵기 (픽셀단위)
# Clear the active layer
Clear
# Draw green circular arc with a stroke width of 1.0
LineWidth 1.0
Color 00FF00
# Width omitted for circular arc
DrawArc 100 100 50 45.0 235.0
# Draw fuchsia elliptical arc with a stroke width of 3.0
LineWidth 3.0
Color FF00FF
DrawArc 300 100 100 50 110 270 

M Display 메인페이지로 가기

mdisplay/linewidth_hex_22/index.txt · 마지막으로 수정됨: 2016/04/17 05:11 저자 Comfile Technology