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 As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal 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 ,
System.int ,
System.int ,
System.int
)
パラメータ
- 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)
参照