←Select platform

Contains(LeadRect) Method

Summary
Determines if the rectangular region represented by
rect is entirely contained within this LeadRect structure.
Syntax
C#
VB
Objective-C
C++
Java
public bool Contains( 
   LeadRect rect 
) 
Public Overloads Function Contains( _ 
   ByVal rect As LeadRect _ 
) As Boolean 
BOOL LeadRectContainsRect(LeadRect rect1, LeadRect rect2) 
public boolean contains(LeadRect rect) 
public: 
bool Contains(  
   LeadRect rect 
)  

Parameters

rect
The LeadRect structure to be tested.

Return Value

This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this LeadRect; false, otherwise.

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.