バージョン

ProcessReverse メソッド (BoldText)

指定されたDrawInstructionを逆向きに処理します。
シンタックス
'宣言
 
Public Function ProcessReverse( _
   ByVal d As DrawInstruction, _
   ByVal match As String _
) As DrawInstruction
public DrawInstruction ProcessReverse( 
   DrawInstruction d,
   string match
)

パラメータ

d
逆向きに処理するDrawInstruction。
match
逆向きの処理の対象の一致文字列。

戻り値の型

結果のDrawInstruction。
参照