Returns whether the point specified by coordinates is inside rectangle.
シンタックス
'宣言
Public Function Contains( _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Boolean
public System.bool Contains(
System.double ,
System.double
)
パラメータ
- x
- X pixel coordinate.
- y
- Y pixel coordinate.
参照