ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.roi.encoder Namespace / SubbandROIMask Class / getSubbandRectROIMask Method
horizontal coordinate of the specified point.
horizontal coordinate of the specified point.

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

    Parameters

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