←Select platform

ContainsPoint Method

Summary
Indicates whether the rectangle contains the specified point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool ContainsPoint( 
   LeadPointD point 
) 
BOOL LeadRectDContainsPoint(LeadRectD rect, LeadPointD point) 
public boolean containsPoint( 
   LeadPointD point 
); 
public: 
bool ContainsPoint(  
   LeadPointD point 
)  
def ContainsPoint(self,point): 

Parameters

point
The point to check.

Return Value

true if the rectangle contains the specified point; otherwise, false.

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.