커뮤니티

문의

프로필 이미지
레전드
2021-02-22 22:00:59
618
글번호 146544
답변완료
if stime == 0903000 Then TL_New(sdate,stime,99999999,sdate,stime,0); if stime == 100000 Then TL_New(sdate,stime,99999999,sdate,stime,0); if stime == 133000 Then TL_New(sdate,stime,99999999,sdate,stime,0); 여기에서 수직선이 좀 굵게 나오게 하는 방법은 없나요? 이왕이면 외부변수로 해서 수직선굵기를 조정할수 있어면 더 좋겠네요
검색
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2021-02-23 16:37:22

안녕하세요 예스스탁입니다. input : 굵기(2); var : TL(0); if stime == 0903000 Then TL = TL_New(sdate,stime,99999999,sdate,stime,0); if stime == 100000 Then TL = TL_New(sdate,stime,99999999,sdate,stime,0); if stime == 133000 Then TL = TL_New(sdate,stime,99999999,sdate,stime,0); TL_SetSize(TL,굵기); 즐거운 하루되세요. > 레전드 님이 쓴 글입니다. > 제목 : 문의 > if stime == 0903000 Then TL_New(sdate,stime,99999999,sdate,stime,0); if stime == 100000 Then TL_New(sdate,stime,99999999,sdate,stime,0); if stime == 133000 Then TL_New(sdate,stime,99999999,sdate,stime,0); 여기에서 수직선이 좀 굵게 나오게 하는 방법은 없나요? 이왕이면 외부변수로 해서 수직선굵기를 조정할수 있어면 더 좋겠네요