슬라이드뷰 » Api

getoverlaptype

Description

슬라이드뷰의 overlap_type값을 반환하는 API이다.

Return Value

Type Description
short overlap_type 상수 (Remark 참조)

Remark

** overlap_type 상수

0: none
1: left
2: right
3: top
4: bottom
5: left_top
6: right_bottom
7. left_bottom
8. right_top
9.random

Example

function getoverlaptype_on_mouseup() { var data = slideView.getoverlaptype(); screen.alert(data); }

See Also

setoverlaptype

Viewer Ver.

9.1.1.1

Update Date

20181015