ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet Namespace / Subband Class / getSubband Method
horizontal coordinate of the specified point.
horizontal coordinate of the specified point.

In This Topic
    getSubband Method
    In This Topic
    Returns a reference to the Subband element to which the specified point belongs. The specified point must be inside this (i.e. the one defined by this object) subband. This method searches through the tree.
    Syntax
    'Declaration
     
    
    Public Overridable Function getSubband( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As Subband
    public virtual Subband getSubband( 
       int x,
       int y
    )

    Parameters

    x
    horizontal coordinate of the specified point.
    y
    horizontal coordinate of the specified point.
    See Also