ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / InverseWT Class / createInstance Method
The source of data for the inverse wavelet transform.

In This Topic
    createInstance Method (InverseWT)
    In This Topic
    Creates an InverseWT object that works on the data type of the source, with the special additional parameters from the parameter list. Currently the parameter list is ignored since no special parameters can be specified for the inverse wavelet transform yet.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal src As CBlkWTDataSrcDec, _
       ByVal decSpec As DecoderSpecs _
    ) As InverseWT
    public static InverseWT createInstance( 
       CBlkWTDataSrcDec src,
       DecoderSpecs decSpec
    )

    Parameters

    src
    The source of data for the inverse wavelet transform.
    decSpec
    See Also