←Select platform

ContainsPoint Method

Summary

Indicates whether the rectangle contains the specified point.

Syntax

C#
VB
Java
Objective-C
C++
public bool ContainsPoint( 
   LeadPointD point 
) 
Public Function ContainsPoint( _ 
   ByVal point As Leadtools.LeadPointD _ 
) As Boolean 
BOOL LeadRectDContainsPoint(LeadRectD rect, LeadPointD point) 
public boolean containsPoint(LeadPointD point) 
public: 
bool ContainsPoint(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly