ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / ForwWTFull Class / ForwWTFull Constructor
From where the image data should be obtained.
The encoder specifications
The horizontal coordinate of the code-block partition origin on the reference grid.
The vertical coordinate of the code-block partition origin on the reference grid.

In This Topic
    ForwWTFull Constructor
    In This Topic
    Initializes this object with the given source of image data and with all the decompositon parameters
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As BlkImgDataSrc, _
       ByVal encSpec As EncoderSpecs, _
       ByVal cb0x As Integer, _
       ByVal cb0y As Integer _
    )
    public ForwWTFull( 
       BlkImgDataSrc src,
       EncoderSpecs encSpec,
       int cb0x,
       int cb0y
    )

    Parameters

    src
    From where the image data should be obtained.
    encSpec
    The encoder specifications
    cb0x
    The horizontal coordinate of the code-block partition origin on the reference grid.
    cb0y
    The vertical coordinate of the code-block partition origin on the reference grid.
    See Also