Determines if the rectangular region represented by the specified value is entirely contained within this LeadRectD.
public static bool ContainsRect(
Leadtools.LeadRectD rect,
Leadtools.LeadRectD testRect
)
Public Shared Function ContainsRect( _
ByVal rect As Leadtools.LeadRectD, _
ByVal testRect As Leadtools.LeadRectD _
) As Boolean
public static bool ContainsRect(
Leadtools.LeadRectD rect,
Leadtools.LeadRectD testRect
)
function Leadtools.LeadRectDHelper.ContainsRect(
rect ,
testRect
)
public:
static bool ContainsRect(
Leadtools.LeadRectD rect,
Leadtools.LeadRectD testRect
)
rect
The rectangle object.
testRect
The LeadRectD to be tested.
This method returns true if the rectangular region represented by testRect is entirely contained within the rectangular region represented by this LeadRectD; otherwise, it is 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