FlexReport for WPF
getSize メソッド


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image 名前空間 > DataBlk クラス : getSize メソッド
The data type.
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 Shared Function getSize( _
   ByVal type As System.Integer _
) As System.Integer
'使用法
 
Dim type As System.Integer
Dim value As System.Integer
 
value = DataBlk.getSize(type)
public static System.int getSize( 
   System.int type
)

パラメータ

type
The data type.

戻り値の型

The size in bits of the data type.
参照

DataBlk クラス
DataBlk メンバ