CharRange の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public CharRange(
System.string ,
System.int ,
System.bool
)
パラメータ
- text
- 画像に含まれるテキスト。
- start
- テキスト内の範囲の開始インデックス。
- duplicate
- 範囲にスペルミスがあるか、単に重複しているかどうか。
参照