Functionic_saveicon

Defined in: pbimage

public subroutine ic_saveicon (string filename, integer size)

Comment:
Save image in an icon file


Script:
public subroutine ic_saveicon (string filename, integer size);
/// size=0 -> 32X32 large icon
/// size=1 -> 16X16 small icon
this.i_PBImage.IC_SaveIcon(fileName,size )
end subroutine