LEADTOOLS (Leadtools assembly)

Contains(Int32,Int32) Method

Show in webframe







The x-coordinate of the point to test.
The y-coordinate of the point to test.
Determines whether the specified point is contained within this LeadRect structure.
Syntax
public bool Contains( 
   int x,
   int y
)
'Declaration
 
Public Overloads Function Contains( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Boolean
'Usage
 
Dim instance As LeadRect
Dim x As Integer
Dim y As Integer
Dim value As Boolean
 
value = instance.Contains(x, y)
public bool Contains( 
   int x,
   int y
)

            
public boolean contains(int x, int y)
 function Leadtools.LeadRect.Contains(Int32,Int32)( 
   x ,
   y 
)
public:
bool Contains( 
   int x,
   int y
) 

Parameters

x
The x-coordinate of the point to test.
y
The y-coordinate of the point to test.

Return Value

true if the specified point is contained within this LeadRect; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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