zoomlens 관련 속성으로 지정한 확대용 UI를 표시 처리한다.
| Type | Description | 
|---|---|
| BOOL | 정상 처리 여부 | 
확대용 UI를 단순히 숨기기 위해서는 hidezoomlens API를 사용한다.
function btn_showzoomlens_on_mouseup(objInst)
{
	var ret = img.showzoomlens();
	factory.consoleprint("showzoomlens ret = " + ret);
}