Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Contains(Int32,Int32) Method








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

Error processing SSI file