Moscrif API Docs for: 2012q3
Show:

BitmapCache Class

include "lib://graphics/bitmapCache.ms";
Library: graphics

This class implements simple cache for Bitmap.

Item Index

Methods

Methods

this

()

Construct cache object.

getBitmap

(
  • fileName
)
Bitmap

Returns Bitmap object from the cache or loads it and store to this cache.

Parameters:

  • fileName String

    File name of the bitmap.

Returns: