C#
VB
Java
Objective-C
C++
Indicates whether the rectangle contains the specified point.
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
)
point
The point to check.
true if the rectangle contains the specified point; otherwise, false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET