Constructs a new instance with specified number of layers and code-block coordinates. The number corresponds to the maximum piece of codeword for one code-block.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
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 nl As System.Integer
Dim instance As New CBlkInfo(ulx, uly, w, h, nl)
public CBlkInfo(
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- ulx
- The uper-left x-coordinate
- uly
- The uper-left y-coordinate
- w
- Width of the code-block
- h
- Height of the code-block
- nl
- The number of layers
参照