Contains(Single,Single) Method
In This Topic
Determines if the specified point is contained within this rectangle.
Syntax
'Declaration
Public Overloads Function Contains( _
ByVal As System.Single, _
ByVal As System.Single _
) As System.Boolean
public System.bool Contains(
System.float ,
System.float
)
Parameters
- x
- y
See Also