LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ContainsPoint Method (LeadRectDHelper)






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

Parameters

rect
The rectangle object.
testPoint
The point to test.

Return Value

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

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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