←Select platform

ContainsRect Method

Summary
Indicates whether the rectangle contains the specified rectangle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool ContainsRect( 
   LeadRectD rect 
) 
BOOL LeadRectDContainsRect(LeadRectD rect1, LeadRectD rect2) 
public boolean containsRect( 
   LeadRectD rect 
); 
public: 
bool ContainsRect(  
   LeadRectD rect 
)  
def ContainsRect(self,rect): 

Parameters

rect
The rectangle to check.

Return Value

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

Requirements

Target Platforms

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

Leadtools Assembly

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