이미지박스 »
Api
setrotate
Description
컴포넌트의 rotate값을 지정하는 API이다.
Parameters
Parameters
Type
Description
nDegree
long
회전 각도
bFireEvent
BOOL
[옵션] on_rotate 이벤트 발생 여부 (기본값: true)
Return Value
Type
Description
BOOL
정상 처리 여부
Example
function btn_rotate_on_mouseup() { img.setrotate(45); }
See Also
getrotate
Viewer Ver.
9.1.1.1
Update Date
20210512