ESRI.ArcGIS.Mobile
Contains(Double,Double) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Envelope Class > Contains Method : Contains(Double,Double) Method

x
y
Checks if the given location lies in or on the envelope.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal x As Double, _
   ByVal y As Double _
) As Boolean
C# 
public bool Contains( 
   double x,
   double y
)

Parameters

x
y

Return Value

Returns true if (x, y) lies in the interior or on the boundary of this Envelope.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.