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

In This Topic
    setTile Method (Tiler)
    In This Topic
    Changes the current tile, given the new tile indexes. An IllegalArgumentException is thrown if the coordinates do not correspond to a valid tile.
    Syntax
    'Declaration
     
    
    Public Overrides Sub setTile( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public override void setTile( 
       int x,
       int y
    )

    Parameters

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