←Select platform

Tile Property

Summary
Gets the rectangular area of the image being loaded.
Syntax
C#
VB
Objective-C
C++
Java
public LeadRect Tile { get; } 
Public ReadOnly Property Tile As LeadRect 
@property (nonatomic, assign, readonly) LeadRect tile 
public LeadRect getTile() 
public: 
property LeadRect Tile { 
   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 take a tile parameter.

.

Example

For an example, refer to RasterCodecs.LoadImage.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.