ImageAligner.BitmapCacheSize Property

The maximum number of bitmaps that are cached internally during processing.

If set to 0, the number of cached bitmaps will not be limited.

Default is 2.

Namespace: Lumia.Imaging.Transforms
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public int BitmapCacheSize { get; set; }
'Declaration
Public Property BitmapCacheSize As Integer
    Get
    Set
public:
virtual property int BitmapCacheSize {
    int get () sealed;
    void set (int value) sealed;
}
function get_BitmapCacheSize();
function set_BitmapCacheSize(value);

Property Value

Type: Int32

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

ImageAligner Class

ImageAligner.ImageAligner Members

Lumia.Imaging.Transforms Namespace