화면 » Api
  
getscreenprotectimage
  
Description
화면의 protect_image 속성값을 반환한다.
 
  
Return Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | STRING | 
      화면의 protect_image 속성값 | 
    
  
Remark
protect_image 속성값은 setscreenprotectimage 함수 호출을 통해서 실시간으로 변경할 수 있다.
  
  
Example
function btn_getscreenprotectimage_on_mouseup(objInst)
{
    factory.consoleprint(screen.getscreenprotectimage());
}
  
See Also
setscreenprotectimage
  
Viewer Ver.
9.1.1.1
  
Update Date
 20161123