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

In This Topic
    setTile Method (ForwWTFull)
    In This Topic
    Changes the current tile, given the new coordinates.

    This method resets the 'subbTrees' array, and recalculates the values of the 'reversible' array. It also resets the decomposed component buffers.

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