←Select platform

ContainsRect Method (LeadRectHelper)

Summary

Determines if the rectangular region represented by the specified value is entirely contained within this LeadRect.

Syntax

C#
VB
WinRT C#
C++
public static bool ContainsRect(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadRect testRect 
) 
Public Shared Function ContainsRect( _ 
   ByVal rect As Leadtools.LeadRect, _ 
   ByVal testRect As Leadtools.LeadRect _ 
) As Boolean 
public static bool ContainsRect(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadRect testRect 
) 
 function Leadtools.LeadRectHelper.ContainsRect(  
   rect , 
   testRect  
) 
public: 
static bool ContainsRect(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadRect testRect 
)  

Parameters

rect
The rectangle object.

testRect
The LeadRect to be tested.

Return Value

true if the rectangular region represented by testRect is entirely contained within the rectangular region represented by this LeadRect; false, otherwise.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly