Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterMemoryThreshold Structure Members
See Also  Properties  Methods 
Leadtools Namespace : RasterMemoryThreshold Structure


The following tables list the members exposed by RasterMemoryThreshold.

Public Properties

 NameDescription
Public PropertyConventionalBuffers Gets or sets a value that specifies the number of buffers in conventional memory that will cache the disk tiles.  
Public PropertyConventionalTiles Gets or sets a value that specifies the maximum number of tiles that will reside in conventional memory at any time.  
Public Propertystatic (Shared in Visual Basic)Empty Returns a new empty RasterMemoryThreshold object.  
Public PropertyMaximumConventionalSize Gets or sets a value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).  
Public PropertyTiledThreshold Gets or sets a value that specifies the minimum amount of free memory required to allow the allocation of conventional images.  
Public PropertyTileSize Gets or sets a value that specifies the size for a size of the tile for tiled images.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToString (Inherited from System.ValueType)
Top

See Also