LEADTOOLS (Leadtools assembly)

ContainsPoint Method (LeadRectHelper)

Show in webframe







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

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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