이미지 zoomlens 속성 가이드
이미지 컴포넌트의 이미지 zoomlens 속성 관련 화면이다.
관련 속성으로 zoomlens_width, zoomlens_height, zoomlens_target, zoomlens_autohide가 있다.
관련 API로 hidezoomlens, removezoomlens, setzoomlens, showzoomlens가 있다.
예시
화면 스크립트
// "setzoomlens" 버튼 이벤트 function btn_setzoomlens_on_click(objInst) { this.img_test.setzoomlens(this.div, this.fld_w.gettext(), this.fld_h.gettext(), this.chk_A.getcheck(), this.chk_Z.getcheck()); }