ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / Tiler Class / 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 (Tiler)
    In This Topic
    Returns the horizontal and vertical indexes of the current tile.
    Syntax
    'Declaration
     
    
    Public Overrides Function getTile( _
       ByVal co As Coord _
    ) As Coord
    public override 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 horizontal and vertical indexes..
    See Also