Contains(Double,Double) Method
In This Topic
Determines if the specified point is contained within this rectangle.
Syntax
'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
- y
See Also