Contains(Double,Double) Method
Tests whether a point specified by its coordinates is contained within the current
Rect.
'Declaration
Public Overloads Function Contains( _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Boolean
public System.bool Contains(
System.double ,
System.double
)
Parameters
- x
- The X coordinate of the point to test.
- y
- The Y coordinate of the point to test.
Return Value
true if the specified point is contained within the current
Rect structure,
false otherwise.