Functionic_iconsfromfile

Defined in: pbimage

public subroutine ic_iconsfromfile (string filename, integer size)

Comment:
Extract icons of the specified size from file. (use IC_LoadIcon to access extracted icons)  


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