←Select platform

Contains(LeadPoint) Method

Summary
Determines if the specified point is contained within this LeadPoint structure.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Contains( 
   LeadPoint pt 
) 
BOOL LeadRectContainsPoint(LeadRect rect, LeadPoint point) 
public boolean contains( 
   LeadPoint pt 
); 
public: 
bool Contains(  
   LeadPoint pt 
)  
def Contains(self,pt): 

Parameters

pt
The LeadPoint structure to be tested.

Return Value

This method returns true if the point represented by the pt parameter is contained within this LeadPoint structure; false, otherwise.

Requirements

Target Platforms

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

Leadtools Assembly

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