IconLib REALbasic Plugin

Icon.GetSmallMask Method

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

GetSmallMask() as Picture

Parameters

Returns

Picture

Remarks

Returns a 16x16 pixel Image representing the small icon raw data mask, or nil if no small format of the icon was available for this file.

Note
This function is not supported on Windows systems.

See Also

Icon Class