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 메인페이지로 가기