이미지박스 » Api

showzoomlens

Description

zoomlens 관련 속성으로 지정한 확대용 UI를 표시 처리한다.

Return Value

Type Description
BOOL 정상 처리 여부

Remark

확대용 UI를 단순히 숨기기 위해서는 hidezoomlens API를 사용한다.

Example

function btn_showzoomlens_on_mouseup(objInst) { var ret = img.showzoomlens(); factory.consoleprint("showzoomlens ret = " + ret); }

See Also

removezoomlens
setzoomlens
hidezoomlens

Viewer Ver.

9.1.1.1

Update Date

20220221