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

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