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