로우박스 » Api

getitemheight

Description

로우바스 특정 아이템 내부 높이를 반환하는 API이다.

Parameters

Parameters Type Description
nItemIndex short 아이템 인텍스

Return Value

Type Description
float 아이템 내부 높이 (오류 발생시 -1)

Example

function btn_on_mouseup(objInst) { factory.consoleprint("width = " + this.rowbot_top.getitemwidth(0)); factory.consoleprint("height = " + this.rowbot_top.getitemheight(0)); }

See Also

getitemwidth

Viewer Ver.

24.12.2.1

Update Date

20241202