슬라이드뷰의 overlap_type값을 반환하는 API이다.
Type | Description |
---|---|
short | overlap_type 상수 (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
function getoverlaptype_on_mouseup()
{
var data = slideView.getoverlaptype();
screen.alert(data);
}