LEADTOOLS (Leadtools assembly)

ContainsPoint Method (LeadRectDHelper)

Show in webframe







The rectangle object.
The point to test.
Determines whether the specified point is contained within this LeadRectD.
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

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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