ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / DataBlkFloat Class
Fields Properties 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 height of the block, in pixels. (Inherited from CSJ2K.j2k.image.DataBlk)
    Public FieldThe offset in the array of the top-left coefficient (Inherited from CSJ2K.j2k.image.DataBlk)
    Public FieldThe progressive attribute (false by default) (Inherited from CSJ2K.j2k.image.DataBlk)
    Public FieldThe width of the scanlines used to store the data in the array (Inherited from CSJ2K.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 CSJ2K.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 CSJ2K.j2k.image.DataBlk)
    Public FieldThe width of the block, in pixels. (Inherited from CSJ2K.j2k.image.DataBlk)
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Returns the array containing the data, or null if there is no data array. The returned array is a float array. Sets the data array to the specified one. The provided array must be a float array, otherwise a ClassCastException is thrown. The size of the array is not checked for consistency with the block's dimensions.  
    Public PropertyReturns the array containing the data, or null if there is no data array. Sets the data array to the specified one. The size of the array is not checked for consistency with the block's dimensions.  
    Public PropertyOverridden. Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Returns a string of informations about the DataBlkInt.  
    Top
    See Also