LEADTOOLS (Leadtools assembly)

TotalTiles Property

Show in webframe







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

            

            
 
get_TotalTiles();
set_TotalTiles(value);
Object.defineProperty('TotalTiles');
public:
property int TotalTiles {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the number of 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.