페이지컨트롤 » Api

gettransparent

Description

배경 투명여부를 읽어들이는 API이다.

Return Value

Type Description
void 없음

Example

function btn_settransparent_on_mouseup() { // 배경이 투명하지 않을 경우 투명 처리 if(shpObj.gettransparent() == false) { shpObj.settransparent(true); } }

See Also

settransparent

Viewer Ver.

9.1.1.1

Update Date

20180518