LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ContainsPoint Method (LeadRectHelper)






The rectangle object.
The point to test.
Determines whether the specified point is contained within this LeadRect. .NET support WinRT support
Syntax
public static bool ContainsPoint( 
   LeadRect rect,
   LeadPoint testPoint
)
'Declaration
 
Public Shared Function ContainsPoint( _
   ByVal rect As LeadRect, _
   ByVal testPoint As LeadPoint _
) As Boolean
'Usage
 
Dim rect As LeadRect
Dim testPoint As LeadPoint
Dim value As Boolean
 
value = LeadRectHelper.ContainsPoint(rect, testPoint)
public static bool ContainsPoint( 
   LeadRect rect,
   LeadPoint testPoint
)
 function Leadtools.LeadRectHelper.ContainsPoint( 
   rect ,
   testPoint 
)
public:
static bool ContainsPoint( 
   LeadRect rect,
   LeadPoint testPoint
) 

Parameters

rect
The rectangle object.
testPoint
The point to test.

Return Value

true if the specified point is contained within 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.