バージョン

ProcessReverse メソッド (IProcessMatch)

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

パラメータ

d
反転する DrawInstruction。
match
逆にする一致文字列。

戻り値の型

反転された DrawInstruction。
参照