C#
VB
Java
Objective-C
C++
Determines if the rectangular region represented by
Public Overloads Function Contains( _
ByVal rect As Leadtools.LeadRect _
) As Boolean
BOOL LeadRectContainsRect(LeadRect rect1, LeadRect rect2)
public boolean contains(LeadRect rect)
public:
bool Contains(
Leadtools.LeadRect rect
)
rect
The LeadRect structure to be tested.
This method returns true if the rectangular region represented by rect 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