Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Contains Method (LeadRectD)








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
)
public boolean 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

Error processing SSI file