LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ContainsRect Method (LeadRectHelper)






The rectangle object.
The LeadRect to be tested.
Determines if the rectangular region represented by the specified value is entirely contained within this LeadRect. .NET support WinRT support
Syntax
public static bool ContainsRect( 
   LeadRect rect,
   LeadRect testRect
)
'Declaration
 
Public Shared Function ContainsRect( _
   ByVal rect As LeadRect, _
   ByVal testRect As LeadRect _
) As Boolean
'Usage
 
Dim rect As LeadRect
Dim testRect As LeadRect
Dim value As Boolean
 
value = LeadRectHelper.ContainsRect(rect, testRect)
public static bool ContainsRect( 
   LeadRect rect,
   LeadRect testRect
)
 function Leadtools.LeadRectHelper.ContainsRect( 
   rect ,
   testRect 
)
public:
static bool ContainsRect( 
   LeadRect rect,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.