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