バージョン

TestNearStroke メソッド

指定したポイントが指定した PathGeometry アウトラインの近くにあるかどうかを示すブール値を返します。
シンタックス
'宣言
 
Protected Function TestNearStroke( _
   ByVal position As Point, _
   ByVal isFinger As Boolean, _
   ByVal pathData1 As PathGeometry _
) As Boolean
protected bool TestNearStroke( 
   Point position,
   bool isFinger,
   PathGeometry pathData1
)

パラメータ

position
調査対象の点。
isFinger
これがタッチ操作かどうか。
pathData1
コンテキスト内の PathGeometry。

戻り値の型

指定されたポイントが指定した PathGeometry アウトラインの近くにある場合は True、そうでない場合は False。
参照