Contains Method (ObjectRect)
In This Topic
Determines if the specified point is contained within this rectangle.
Syntax
'Declaration
Public 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