ComponentOne PDF for .NET
CSJ2K.j2k.roi.encoder Namespace / SubbandRectROIMask Class / SubbandRectROIMask Constructor
The subband corresponding to this Subband Mask
The upper left x coordinates of the ROIs
The upper left y coordinates of the ROIs
The lower right x coordinates of the ROIs
The lower right y coordinates of the ROIs
Number of ROIs that affect this tile

In This Topic
    SubbandRectROIMask Constructor
    In This Topic
    The constructor of the SubbandROIMask takes the dimensions of the subband as parameters. A tree of masks is generated from the subband sb. Each Subband contains the boundaries of each ROI.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sb As Subband, _
       ByVal ulxs() As Integer, _
       ByVal ulys() As Integer, _
       ByVal lrxs() As Integer, _
       ByVal lrys() As Integer, _
       ByVal nr As Integer _
    )
    public SubbandRectROIMask( 
       Subband sb,
       int[] ulxs,
       int[] ulys,
       int[] lrxs,
       int[] lrys,
       int nr
    )

    Parameters

    sb
    The subband corresponding to this Subband Mask
    ulxs
    The upper left x coordinates of the ROIs
    ulys
    The upper left y coordinates of the ROIs
    lrxs
    The lower right x coordinates of the ROIs
    lrys
    The lower right y coordinates of the ROIs
    nr
    Number of ROIs that affect this tile
    See Also