←Select platform

Contains(int,int) Method

Summary
Determines whether the specified point is contained within this LeadRect structure.
Syntax
C#
C++/CLI
Java
Python
public bool Contains( 
   int x, 
   int y 
) 
public boolean contains( 
   int intValue,  
   int intValue2 
); 
public: 
bool Contains(  
   int x, 
   int y 
)  
def Contains(self,x,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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