ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgData Interface / getTile Method
If not null this object is used to return the information. If null a new one is created and returned.

In This Topic
    getTile Method (MultiResImgData)
    In This Topic
    Returns the indexes of the current tile. These are the horizontal and vertical indexes of the current tile.
    Syntax
    'Declaration
     
    
    Function getTile( _
       ByVal co As Coord _
    ) As Coord
    Coord getTile( 
       Coord co
    )

    Parameters

    co
    If not null this object is used to return the information. If null a new one is created and returned.

    Return Value

    The current tile's indexes (vertical and horizontal indexes).
    See Also