IconLib REALbasic Plugin

Icon.GetThumbnail Method

Use this function to get the raw data of a thumbnail file icon on MacOS systems.

GetThumbnail() as Picture

Parameters

Returns

Picture

Remarks

Returns a 32x32 pixel Image representing the thumbnail icon raw data, or nil if no thumbnail format of the icon was available for this file.

Note
This function is not supported on Windows systems.

See Also

Icon Class