ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / DataBlkInt Class / DataBlkInt Constructor / DataBlkInt Constructor(DataBlkInt)

In This Topic
    DataBlkInt Constructor(DataBlkInt)
    In This Topic
    Copy constructor. Creates a DataBlkInt which is the copy of the DataBlkInt given as paramter.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As DataBlkInt _
    )
    public DataBlkInt( 
       DataBlkInt src
    )

    Parameters

    src
    See Also