バージョン

Process メソッド (IProcessMatch)

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

パラメータ

d
処理するDrawInstruction。
match
処理を行う一致文字列。

戻り値の型

処理された DrawInstruction。
参照