화면 » Api

setscreenwidth

Description

화면의 너비를 설정하는 API이다.

Parameters

Parameters Type Description
nWidth short 화면 너비
nWidthType short [옵션] 화면 width_type 속성값 (기본값: -1)

Return Value

Type Description
void 없음

Example

function btn_setscreenwidth_on_mouseup() { screen.setscreenwidth(755); }

See Also

setscreenheight
getscreenwidth
getscreenheight

Viewer Ver.

9.1.1.1

Update Date

20211102