C#
VB
WinRT C#
C++
Determines if the rectangular region represented by the specified value is entirely contained within this LeadRect.
public static bool ContainsRect(
Leadtools.LeadRect rect,
Leadtools.LeadRect testRect
)
Public Shared Function ContainsRect( _
ByVal rect As Leadtools.LeadRect, _
ByVal testRect As Leadtools.LeadRect _
) As Boolean
public static bool ContainsRect(
Leadtools.LeadRect rect,
Leadtools.LeadRect testRect
)
function Leadtools.LeadRectHelper.ContainsRect(
rect ,
testRect
)
public:
static bool ContainsRect(
Leadtools.LeadRect rect,
Leadtools.LeadRect testRect
)
rect
The rectangle object.
testRect
The LeadRect to be tested.
true if the rectangular region represented by testRect is entirely contained within the rectangular region represented by 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