LEADTOOLS (Leadtools assembly)

Contains Method (LeadRectD)

Show in webframe







The x-coordinate of the point to check.
The y-coordinate of the point to check.
Indicates whether the rectangle contains the specified point.
Syntax
public bool Contains( 
   double x,
   double y
)
'Declaration
 
Public Function Contains( _
   ByVal x As Double, _
   ByVal y As Double _
) As Boolean
'Usage
 
Dim instance As LeadRectD
Dim x As Double
Dim y As Double
Dim value As Boolean
 
value = instance.Contains(x, y)
public bool Contains( 
   double x,
   double y
)

            

            
 function Leadtools.LeadRectD.Contains( 
   x ,
   y 
)
public:
bool Contains( 
   double x,
   double y
) 

Parameters

x
The x-coordinate of the point to check.
y
The y-coordinate of 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.