←Select platform

Tile Property

Summary

Gets the rectangular area of the image being loaded.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

Property Value

The rectangular area of the image being loaded.

Remarks

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

.

Example

For an example, refer to RasterCodecs.LoadImage.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly