SetMemoryThresholds method (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SetMemoryThresholds ();

Overview

Refer to Memory Storage Types for Bitmaps.

Remarks

Sets the memory restrictions for allocating bitmaps according to the following properties:

MemoryTiledThreshold property

MaxConventionalSize property

TiledBitmapsSize property

MemoryConventionalTile property

MemoryFlags property

MemoryConventionalBuffers Property

These are global settings and apply to the current thread. They will apply to bitmaps created in this thread after this method is called.

See Also

Elements:

MaxConventionalSize property, MemoryTiledThreshold property, TiledBitmapsSize property, MemoryConventionalTile property, MemoryFlags property, GetMemoryThresholds method, MemoryConventionalBuffers Property

Topics:

Raster Images: Creating and Deleting Images