ComponentOne PDF for .NET
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