ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.roi Namespace / ROIDeScaler Class / ROIDeScaler Constructor
The EntropyDecoder that is the source of data.
The MaxShiftSpec containing the scaling values for all tile-components

In This Topic
    ROIDeScaler Constructor
    In This Topic
    Constructor of the ROI descaler, takes EntropyDEcoder as source of data to de-scale.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As CBlkQuantDataSrcDec, _
       ByVal mss As MaxShiftSpec _
    )
    public ROIDeScaler( 
       CBlkQuantDataSrcDec src,
       MaxShiftSpec mss
    )

    Parameters

    src
    The EntropyDecoder that is the source of data.
    mss
    The MaxShiftSpec containing the scaling values for all tile-components
    See Also