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

In This Topic
    DataBlkFloat Class Members
    In This Topic

    The following tables list the members exposed by DataBlkFloat.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe array where the data is stored  
    Public FieldThe height of the block, in pixels. (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk)
    Public FieldThe offset in the array of the top-left coefficient (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk)
    Public FieldThe progressive attribute (false by default) (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk)
    Public FieldThe width of the scanlines used to store the data in the array (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk)
    Public FieldThe horizontal coordinate (in pixels) of the upper-left corner of the block of data. This is relative to the component of the image from where this block was filled or is to be filled. (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk)
    Public FieldThe vertical coordinate of the upper-left corner of the block of data. This is relative to the component of the image from where this block was filled or is to be filled. (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk)
    Public FieldThe width of the block, in pixels. (Inherited from GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlk)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Returns the array containing the data, or null if there is no data array. The returned array is a float array.  
    Public MethodReturns the array containing the data, or null if there is no data array.  
    Public MethodOverridden. Returns the identifier of this data type, DataBlk.TYPE_FLOAT, as defined in DataBlk.  
    Public MethodOverridden. Sets the data array to the specified one. The provided array must be a float array, otherwise a Exception is thrown. The size of the array is not checked for consistency with the block's dimensions.  
    Public MethodSets the data array to the specified one. The size of the array is not checked for consistency with the block's dimensions.  
    Public MethodOverridden. Returns a string of informations about the DataBlkInt.  
    Top
    See Also