EmfOutlineHeader クラスの新しいインスタンスを作成します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.Drawing.RectangleF _
)
'使用法
Dim pageIdx As System.Integer
Dim level As System.Integer
Dim text As System.String
Dim rect As System.Drawing.RectangleF
Dim instance As New EmfOutlineHeader(pageIdx, level, text, rect)
public EmfOutlineHeader(
System.int ,
System.int ,
System.string ,
System.Drawing.RectangleF
)
パラメータ
- pageIdx
- 0から始まるページインデックス。
- level
- アウトラインレベル。
- text
- エントリテキスト。
- rect
- エントリの矩形。
参照