LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

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. .NET support Silverlight support
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
)
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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