FlexReport for WPF
DataBlk クラス メンバ
フィールド  メソッド 


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image 名前空間 : DataBlk クラス

DataBlkデータ型で公開されるメンバを以下の表に示します。

パブリック フィールド
 名前解説
Public フィールドThe height of the block, in pixels.  
Public フィールドThe offset in the array of the top-left coefficient  
Public フィールドThe progressive attribute (false by default)  
Public フィールドThe width of the scanlines used to store the data in the array  
Public フィールドThe identifier for the System.Byte data type, as signed 8 bits.  
Public フィールドThe identifier for the System.Single data type  
Public フィールドThe identifier for the System.Int32 data type, as signed 32 bits.  
Public フィールドThe identifier for the System.Int16 data type, as signed 16 bits.  
Public フィールドThe 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.  
Public フィールドThe 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.  
Public フィールドThe width of the block, in pixels.  
トップ
パブリック メソッド
 名前解説
Public メソッドReturns the array containing the data, or null if there is no data. The returned array is of the type returned by getDataType (e.g., for TYPE_INT, it is a int[]).

Each implementing class should provide a type specific equivalent method (e.g., getDataInt() in GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkInt) which returns an array of the correct type explicitly and not through an System.Object.

 
Public メソッドReturns the data type of the DataBlk object, as defined in this class.  
Public メソッドstatic (Shared in Visual Basic)Returns the size in bits, given the data type. The data type must be one defined in this class. An System.ArgumentException is thrown if type is not defined in this class.  
Public メソッドSets the data array to the specified one. The type of the specified data array must match the one returned by getDataType (e.g., for TYPE_INT, it should be a int[]). If the wrong type of array is given a System.Exception will be thrown.

The size of the array is not necessarily checked for consistency with w and h or any other fields.

Each implementing class should provide a type specific equivalent method (e.g., setDataInt() in GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkInt) which takes an array of the correct type explicitly and not through an System.Object.

 
Public メソッドReturns a string of informations about the DataBlk  
トップ
参照

DataBlk クラス
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image 名前空間
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkInt