C#
VB
WinRT C#
C++
Determines whether the specified point is contained within this LeadRect.
public static bool ContainsPoint(
Leadtools.LeadRect rect,
Leadtools.LeadPoint testPoint
)
Public Shared Function ContainsPoint( _
ByVal rect As Leadtools.LeadRect, _
ByVal testPoint As Leadtools.LeadPoint _
) As Boolean
public static bool ContainsPoint(
Leadtools.LeadRect rect,
Leadtools.LeadPoint testPoint
)
function Leadtools.LeadRectHelper.ContainsPoint(
rect ,
testPoint
)
public:
static bool ContainsPoint(
Leadtools.LeadRect rect,
Leadtools.LeadPoint testPoint
)
rect
The rectangle object.
testPoint
The point to test.
true if the specified point is contained within this LeadRect; 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