Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadImageEventArgs Class : Tile Property |
public LeadRect Tile {get;}
'Declaration
Public ReadOnly Property Tile As LeadRect
'Usage
Dim instance As CodecsLoadImageEventArgs Dim value As LeadRect value = instance.Tile
public LeadRect Tile {get;}
@property (nonatomic, assign, readonly) LeadRect tile
public LeadRect getTile()
get_Tile();
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
.