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

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

    Parameters

    src
    See Also