ComponentOne PDF for .NET
CSJ2K.j2k.roi.encoder Namespace / RectROIMaskGenerator Class / RectROIMaskGenerator Constructor
The ROI info.
number of components.

In This Topic
    RectROIMaskGenerator Constructor
    In This Topic
    The constructor of the mask generator. The constructor is called with the ROI data. This data is stored in arrays that are used to generate the SubbandRectROIMask trees for each component.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ROIs() As ROI, _
       ByVal nrc As Integer _
    )
    public RectROIMaskGenerator( 
       ROI[] ROIs,
       int nrc
    )

    Parameters

    ROIs
    The ROI info.
    nrc
    number of components.
    See Also