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


The following tables list the members exposed by RasterImageMemoryInformation.

Public Properties

  Name Description
Public Property ConventionalTiles Gets or sets the number of conventional tiles.  
Public Propertystatic (Shared in Visual Basic) Empty Creates a new instance of the RasterImageMemoryInformation structure with all members set to 0.  
Public Property Flags Gets or sets a value that specify which members of the structure are valid.  
Public Property MaximumTileViews Gets or sets maximum number of swap buffers for the disk tiles.  
Public Property MemoryFlags Gets or sets type of memory allocated for the image data.  
Public Property TileSize Gets or sets the size for the tile.  
Public Property TileViews Gets or sets the number of swap buffers for the disk tiles.  
Public Property TotalTiles Gets or sets the number of tiles.  
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