FlexReport for WPF
DataBlkFloat コンストラクタ(Int32,Int32,Int32,Int32)


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image 名前空間 > DataBlkFloat クラス > DataBlkFloat コンストラクタ : DataBlkFloat コンストラクタ(Int32,Int32,Int32,Int32)
The horizontal coordinate of the upper-left corner of the block
The vertical coordinate of the upper-left corner of the block
The width of the block (in pixels)
The height of the block (in pixels)
Creates a DataBlkFloat with the specified dimensions and position. The data array is initialized to an array of size w*h.
シンタックス
'宣言
 
Public Function New( _
   ByVal ulx As System.Integer, _
   ByVal uly As System.Integer, _
   ByVal w As System.Integer, _
   ByVal h As System.Integer _
)
'使用法
 
Dim ulx As System.Integer
Dim uly As System.Integer
Dim w As System.Integer
Dim h As System.Integer
 
Dim instance As New DataBlkFloat(ulx, uly, w, h)
public DataBlkFloat( 
   System.int ulx,
   System.int uly,
   System.int w,
   System.int h
)

パラメータ

ulx
The horizontal coordinate of the upper-left corner of the block
uly
The vertical coordinate of the upper-left corner of the block
w
The width of the block (in pixels)
h
The height of the block (in pixels)
参照

DataBlkFloat クラス
DataBlkFloat メンバ
オーバーロード一覧