C#
VB
Java
Objective-C
WinRT C#
C++
Gets the rectangular area of the image being loaded.
public LeadRect Tile { get; }
Public ReadOnly Property Tile As Leadtools.LeadRect
public Leadtools.LeadRect Tile {get;}
@property (nonatomic, assign, readonly) LeadRect tile
public LeadRect getTile()
get_Tile();
public:
property Leadtools.LeadRect Tile {
Leadtools.LeadRect get();
}
The rectangular area of the image being loaded.
This is only valid if OffsetValid is true.
This is the same value passed to the Load or LoadAsync methods that takes a tile parameter
.
For an example, refer to RasterCodecs.LoadImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET