LEADTOOLS (Leadtools assembly)

ContainsPoint Method (LeadRectD)

Show in webframe







The point to check.
Indicates whether the rectangle contains the specified point.
Syntax
public bool ContainsPoint( 
   LeadPointD point
)
'Declaration
 
Public Function ContainsPoint( _
   ByVal point As LeadPointD _
) As Boolean
'Usage
 
Dim instance As LeadRectD
Dim point As LeadPointD
Dim value As Boolean
 
value = instance.ContainsPoint(point)
public bool ContainsPoint( 
   LeadPointD point
)

            

            
 function Leadtools.LeadRectD.ContainsPoint( 
   point 
)
public:
bool ContainsPoint( 
   LeadPointD point
) 

Parameters

point
The point to check.

Return Value

true if the rectangle contains the specified point; otherwise, false.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

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