IconLib REALbasic Plugin

Icon.GetThumbnailMask Method

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

GetThumbnailMask() as Picture

Parameters

Returns

Picture

Remarks

Returns a 128x128 pixel Image representing the thumbnail icon raw data mask, 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