'宣言 Sub GetFragmentFromPos( _ ByVal pos As MapPos, _ ByRef fragment As TextMapFragment, _ ByRef text As System.String _ )
void GetFragmentFromPos( MapPos pos, out TextMapFragment fragment, out System.string text )
パラメータ
- pos
- 範囲の開始を指定する MapPos。
- fragment
- 出力:範囲内のテキストを表す TextMapFragment。
- text
- 出力:フラグメントのテキスト。