ComponentOne PDF for .NET
CSJ2K.j2k.roi.encoder Namespace / ROIScaler Class / ROIScaler Constructor
The quantizer that is the source of data.
The mask generator that will be used for all components
Flag indicating whether there are rois specified.
The resolution levels that belong entirely to ROI
Flag indicating whether block aligning is used.
The encoder specifications for addition of roi specs

In This Topic
    ROIScaler Constructor
    In This Topic
    Constructor of the ROI scaler, takes a Quantizer as source of data to scale.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As Quantizer, _
       ByVal mg As ROIMaskGenerator, _
       ByVal roi As Boolean, _
       ByVal sLev As Integer, _
       ByVal uba As Boolean, _
       ByVal encSpec As EncoderSpecs _
    )

    Parameters

    src
    The quantizer that is the source of data.
    mg
    The mask generator that will be used for all components
    roi
    Flag indicating whether there are rois specified.
    sLev
    The resolution levels that belong entirely to ROI
    uba
    Flag indicating whether block aligning is used.
    encSpec
    The encoder specifications for addition of roi specs
    See Also