이미지의 개수를 지정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nImageCount | short | 이미지 개수 |
| Type | Description |
|---|---|
| BOOL | 정상 처리 여부 |
function setimagecount_on_mousedown(objInst)
{
var ncnt = ratingbar.getimagecount();
fld05.settext("image count : " + ncnt);
ncnt = ncnt * 2;
ratingbar.setimagecount(ncnt);
}