| Function | ic_iconsfromfile | ![]() |
Extract icons of the specified size from file. (use IC_LoadIcon to access extracted icons)
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