P에 삽입된 이미지 채우기 옵션을 설정하는 API이다. 파라미터 nFillstyleOption 값은 back_imagefillstyle속성값.
Parameters | Type | Description |
---|---|---|
nFillstyleOption | short | 이미지 채우기 옵션 |
Type | Description |
---|---|
void |
function btnsetbackimagefillstyle_on_mouseup(objInst)
{
// 이미지를 모두 채운다
p.setbackimagefillstyle(3);
}