버튼 » Api

settranslate

Description

컴포넌트의 translate값을 지정하는 API이다.

Parameters

Parameters Type Description
nLeft long 수평방향 이동값
nTop long 수직방향 이동값

Return Value

Type Description
BOOL 정상 처리 여부

Remark

설정 가능한 값의 범위: -65536 ~ 65536(정수값)

Example

function btn_translate_on_mouseup() { btnTest.settranslate(50, 0); }

See Also

gettranslate

Viewer Ver.

9.1.1.1

Update Date

20210406