←Select platform

ContainsPoint Method (LeadRectD)

Summary

Indicates whether the rectangle contains the specified point.

Syntax

C#
VB
Java
Objective-C
C++
public bool ContainsPoint(  
   Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize