←Select platform

Contains(LeadPoint) Method

Summary
Determines if the specified point is contained within this LeadPoint structure.
Syntax
C#
VB
Objective-C
C++
Java
public bool Contains( 
   LeadPoint pt 
) 
Public Overloads Function Contains( _ 
   ByVal pt As LeadPoint _ 
) As Boolean 
BOOL LeadRectContainsPoint(LeadRect rect, LeadPoint point) 
public boolean contains(LeadPoint pt) 
public: 
bool Contains(  
   LeadPoint 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 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.