←Select platform

ContainsRect Method

Summary
Indicates whether the rectangle contains the specified rectangle.
Syntax
C#
VB
Objective-C
C++
Java
public bool ContainsRect( 
   LeadRectD rect 
) 
Public Function ContainsRect( _ 
   ByVal rect As LeadRectD _ 
) As Boolean 
BOOL LeadRectDContainsRect(LeadRectD rect1, LeadRectD rect2) 
public boolean containsRect(LeadRectD rect) 
public: 
bool ContainsRect(  
   LeadRectD rect 
)  

Parameters

rect
The rectangle to check.

Return Value

true if the rectangle contains the specified rectangle; otherwise, false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.