←Select platform

Contains(int,int) Method

Summary
Determines whether the specified point is contained within this LeadRect structure.
Syntax
C#
VB
C++
Java
public bool Contains( 
   int x, 
   int y 
) 
Public Overloads Function Contains( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) As Boolean 
public boolean contains(int x, int y) 
public: 
bool Contains(  
   int x, 
   int y 
)  

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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.