LEADTOOLS (Leadtools assembly)

TileViews Property

Show in webframe







Gets or sets the number of swap buffers for the disk tiles.
Syntax
public int TileViews {get; set;}
'Declaration
 
Public Property TileViews As Integer
'Usage
 
Dim instance As RasterImageMemoryInformation
Dim value As Integer
 
instance.TileViews = value
 
value = instance.TileViews
public int TileViews {get; set;}

            

            
 
get_TileViews();
set_TileViews(value);
Object.defineProperty('TileViews');
public:
property int TileViews {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the number of swap buffers for the disk tiles.
Example
For an example, refer to RasterImage.MemoryInformation.
Requirements

Target Platforms

See Also

Reference

RasterImageMemoryInformation Structure
RasterImageMemoryInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.