Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / DataBlkFloat Constructor

In This Topic
    DataBlkFloat Constructor
    In This Topic
    Overload List
    OverloadDescription
    Creates a DataBlkFloat with 0 dimensions and no data array (i.e. data is null).  
    Creates a DataBlkFloat with the specified dimensions and position. The data array is initialized to an array of size w*h.  
    Copy constructor. Creates a DataBlkFloat which is the copy of the DataBlkFloat given as paramter.  
    See Also