ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataConverter Class / ImgDataConverter Constructor / ImgDataConverter Constructor(BlkImgDataSrc,Int32)
The source from where to get the data to be transformed
The number of fraction bits in the casted ints

In This Topic
    ImgDataConverter Constructor(BlkImgDataSrc,Int32)
    In This Topic
    Constructs a new ImgDataConverter object that operates on the specified source of image data.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imgSrc As BlkImgDataSrc, _
       ByVal fp As Integer _
    )
    public ImgDataConverter( 
       BlkImgDataSrc imgSrc,
       int fp
    )

    Parameters

    imgSrc
    The source from where to get the data to be transformed
    fp
    The number of fraction bits in the casted ints
    See Also