←Select platform

ContainsPoint Method

Summary
Indicates whether the rectangle contains the specified point.
Syntax
C#
VB
Objective-C
C++
Java
public bool ContainsPoint( 
   LeadPointD point 
) 
Public Function ContainsPoint( _ 
   ByVal point As LeadPointD _ 
) As Boolean 
BOOL LeadRectDContainsPoint(LeadRectD rect, LeadPointD point) 
public boolean containsPoint(LeadPointD point) 
public: 
bool ContainsPoint(  
   LeadPointD point 
)  

Parameters

point
The point to check.

Return Value

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

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.