MemoryFlags property (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long MemoryFlags

Overview

Refer to Memory Storage Types for Bitmaps.

Remarks

Gets or sets flags that indicate which of the memory threshold properties are valid. The flags can be or-ed together to change only some of the flags, or you can pass MEMORY_ALL to change all flags. Possible values are:

Value

Meaning

MEMORY_TILED_THRESHOLD

[0x0001] The MemoryTiledThreshold property is valid.

MEMORY_MAX_CONV_SIZE

[0x0002] The MaxConventionalSize property is valid.

MEMORY_TILE_SIZE

[0x0004] The TiledBitmapsSize property is valid.

MEMORY_CONV_TILES

[0x0008] The MemoryConventionalTile property is valid.

MEMORY_CONV_BUFFERS

[0x0010] The MemoryConventionalBuffers property is valid.

MEMORY_ALL

[0x001F] All parameters are valid. You do not need to ‘or’ this with the other flags.

See Also

Elements:

MemoryTiledThreshold property, TiledBitmapsSize property, MaxConventionalSize property, MemoryConventionalTile property, SetMemoryThresholds method, GetMemoryThresholds method

Topics:

Raster Images: Creating and Deleting