사용자 도구

사이트 도구

English

mdisplay:bevelbutton_02:index

BevelButton (code : 02)

BevelButton topLeftX topLeftY width height buttonColor topLeftColor bottomRightColor text

입체 느낌이 나는 보턴을 표시합니다.

Argument Type Description
topLeftX Real Number 시작 X 좌표
topLeftY Real Number 시작 Y 좌표
width Real Number
height Real Number 높이
buttonColor Color 버튼의 색
topLeftColor Color 위쪽과 왼쪽의 색
bottomRightColor Color 아래쪽과 오른쪽의 색
text Text (Optional) 버튼의 정중앙에 표시할 문자
# Clear the active layer
Clear
# Black Text
Color 0
# Border width of 10 pixels
LineWidth 10
# Gray beveled button
BevelButton 100 100 250 100 AAAAAA C5C5C5 555555 "Text" 

M Display 메인페이지로 가기

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