Intersoft ClientUI Documentation
FindElementsInHostCoordinates Method



Syntax
Public Shared Function FindElementsInHostCoordinates( _
   ByVal point As Point, _
   ByVal element As UIElement _
) As IEnumerable(Of UIElement)
Dim point As Point
Dim element As UIElement
Dim value As IEnumerable(Of UIElement)
 
value = CrossPlatform.FindElementsInHostCoordinates(point, element)
public static IEnumerable<UIElement> FindElementsInHostCoordinates( 
   Point point,
   UIElement element
)
public:
static IEnumerable<UIElement^>^ FindElementsInHostCoordinates( 
   Point point,
   UIElement^ element
) 

Parameters

point
element
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

CrossPlatform Class
CrossPlatform Members

Send Feedback