ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image.input Namespace / ImgReader Class / setTile Method
The horizontal coordinate of the tile.
The vertical coordinate of the new tile.

In This Topic
    setTile Method (ImgReader)
    In This Topic
    Changes the current tile, given the new coordinates. An IllegalArgumentException is thrown if the coordinates do not correspond to a valid tile. This default implementation assumes no tiling so the only valid arguments are x=0, y=0.
    Syntax
    'Declaration
     
    
    Public Overridable Sub setTile( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public virtual void setTile( 
       int x,
       int y
    )

    Parameters

    x
    The horizontal coordinate of the tile.
    y
    The vertical coordinate of the new tile.
    See Also