C#
VB
Java
Objective-C
C++
Indicates whether the rectangle contains the specified rectangle.
Public Function ContainsRect( _
ByVal rect As Leadtools.LeadRectD _
) As Boolean
BOOL LeadRectDContainsRect(LeadRectD rect1, LeadRectD rect2)
public boolean containsRect(LeadRectD rect)
public:
bool ContainsRect(
Leadtools.LeadRectD rect
)
rect
The rectangle to check.
true if the rectangle contains the specified rectangle; otherwise, false.
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