ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataJoiner 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 (ImgDataJoiner)
    In This Topic
    Returns the coordinates of the current tile. This default implementation assumes no-tiling, so (0,0) is returned.
    Syntax
    'Declaration
     
    
    Public Overridable Function getTile( _
       ByVal co As Coord _
    ) As Coord
    public virtual 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 coordinates.
    See Also