バージョン

TestShapesOver メソッド (Series)

指定したポイントがこのシリーズで図形の上にあるかどうかをテストします。
シンタックス
'宣言
 
Protected Overridable Function TestShapesOver( _
   ByVal position As Point, _
   ByVal isFinger As Boolean _
) As Boolean
protected virtual bool TestShapesOver( 
   Point position,
   bool isFinger
)

パラメータ

position
テストする位置。
isFinger
これがタッチ操作の場合は True。

戻り値の型

このポイントがシリーズで図形の上にある場合は True、そうでなければ False。
参照