Determines whether the specified point is contained within this
LeadRect structure.
public bool Contains(
int ,
int
)
'Declaration
Public Overloads Function Contains( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As LeadRect
Dim x As Integer
Dim y As Integer
Dim value As Boolean
value = instance.Contains(x, y)
public bool Contains(
int x,
int y
)
public boolean contains(int x, int y)
function Leadtools.LeadRect.Contains(Int32,Int32)(
x ,
y
)
public:
bool Contains(
int ,
int
)
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 this
LeadRect;
false, otherwise.