Record TCacheLimits
Unit
Declaration
type TCacheLimits = record
Description
Limits of tile cache in memory
Overview
Fields
BmpCount: Cardinal; |
|
PngTotalSize: Cardinal; |
|
PngCount: Cardinal; |
|
StmSize: Cardinal; |
Description
Fields
BmpCount: Cardinal; |
|
Total count of bitmaps, memory occupied = |
PngTotalSize: Cardinal; |
|
Total memory occupied by PNG cache |
PngCount: Cardinal; |
|
Total count of PNG objects |
StmSize: Cardinal; |
|
Total memory occupied by PNG stream cache |
Generated by PasDoc 0.16.0.