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

  Name Description
Public Property ConventionalBuffers Gets or sets a value that specifies the number of buffers in conventional memory that will cache the disk tiles.  
Public Property ConventionalTiles 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 Property MaximumConventionalSize Gets or sets a value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).  
Public Property TiledThreshold Gets or sets a value that specifies the minimum amount of free memory required to allow the allocation of conventional images.  
Public Property TileSize Gets or sets a value that specifies the size for a size of the tile for tiled images.  
Top

Public Methods

  Name Description
Public Method Equals (Inherited from System.ValueType)
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToString (Inherited from System.ValueType)
Top

See Also