Determines whether the specified point is contained within this
LeadRect structure.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Overloads Public Function Contains( _
ByVal x As Integer, _
ByVal y As Integer _
) As Boolean |
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
See Also