MemoryInfoFlags property (ILEADRaster)
long MemoryInfoFlags | |
Overview |
Refer to Memory Storage Types for Bitmaps. |
Remarks
Gets or sets flags that indicate which property should be considered valid when setting the memory info data using SetMemoryInfo method. Possible values are one or an OR-ed combination of the following:
Value |
Meaning |
SET_MEMORYINFO_MEMORY |
[0x0001] The MemoryInfoType property is valid. |
SET_MEMORYINFO_TILESIZE |
[0x0002] The MemoryInfoTileSize property is valid. |
SET_MEMORYINFO_TOTALTILES |
[0x0004] The MemoryInfoTotalTiles property is valid. |
SET_MEMORYINFO_CONVTILES |
[0x0008] The MemoryInfoConventionalTiles property is valid. |
SET_MEMORYINFO_MAXTILEVIEWS |
[0x0010] The MemoryInfoMaxTileViews property is valid. |
SET_MEMORYINFO_TILEVIEWS |
[0x001F] The MemoryInfoTileViews property is valid. |
See Also