バージョン

Process メソッド (BoldText)

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

パラメータ

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

戻り値の型

結果のDrawInstruction。
参照