ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.roi.encoder Namespace / ArbROIMaskGenerator Class / ArbROIMaskGenerator Constructor
The ROI info.
The number of components
The quantizer module

In This Topic
    ArbROIMaskGenerator Constructor
    In This Topic
    The constructor of the arbitrary mask generator
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rois() As ROI, _
       ByVal nrc As Integer, _
       ByVal src As Quantizer _
    )
    public ArbROIMaskGenerator( 
       ROI[] rois,
       int nrc,
       Quantizer src
    )

    Parameters

    rois
    The ROI info.
    nrc
    The number of components
    src
    The quantizer module
    See Also