ComponentOne PDF for .NET
CSJ2K.j2k.roi Namespace / ROIDeScaler Class / setTile Method
The horizontal indexes the tile.
The vertical indexes of the new tile.

In This Topic
    setTile Method (ROIDeScaler)
    In This Topic
    Changes the current tile, given the new indexes. An IllegalArgumentException is thrown if the indexes do not correspond to a valid tile.

    This default implementation just changes the tile in the source.

    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 indexes the tile.
    y
    The vertical indexes of the new tile.
    See Also