C#
VB
Java
Objective-C
C++
Determines if the specified point is contained within this LeadPoint structure.
Public Overloads Function Contains( _
ByVal pt As Leadtools.LeadPoint _
) As Boolean
BOOL LeadRectContainsPoint(LeadRect rect, LeadPoint point)
public boolean contains(LeadPoint pt)
public:
bool Contains(
Leadtools.LeadPoint pt
)
pt
The LeadPoint structure to be tested.
This method returns true if the point represented by the pt parameter is contained within this LeadPoint structure; false, otherwise.
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