LEADTOOLS (Leadtools assembly)

TileSize Property (RasterImageMemoryInformation)

Show in webframe







Gets or sets the size for the tile.
Syntax
public int TileSize {get; set;}
'Declaration
 
Public Property TileSize As Integer
'Usage
 
Dim instance As RasterImageMemoryInformation
Dim value As Integer
 
instance.TileSize = value
 
value = instance.TileSize
public int TileSize {get; set;}

            

            
 
get_TileSize();
set_TileSize(value);
Object.defineProperty('TileSize');
public:
property int TileSize {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the size for the tile.
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.