←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly