Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / DataBlkFloat Constructor / DataBlkFloat Constructor(DataBlkFloat)
the DataBlkFloat object to be copied.

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
    the DataBlkFloat object to be copied.
    See Also