ArcGIS API for Windows Phone - Library Reference
FindGraphicsInHostCoordinates(Rect) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class > FindGraphicsInHostCoordinates Method : FindGraphicsInHostCoordinates(Rect) Method

intersectingRect
The System.Windows.Rect to use as the determination area.
Retrieves a set of GraphicsLayer.Graphics that are located within a specified System.Windows.Rect of the applications coordinate space.

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindGraphicsInHostCoordinates( _
   ByVal intersectingRect As Rect _
) As IEnumerable(Of Graphic)
C# 
public IEnumerable<Graphic> FindGraphicsInHostCoordinates( 
   Rect intersectingRect
)

Remarks

The intersection area must be given relative to the application host.

If the intersection includes a clustered graphic, the individual graphics that the cluster represents will be returned.

Parameters

intersectingRect
The System.Windows.Rect to use as the determination area.

Return Value

An enumerable set of Graphic objects that are determined to be located in the visual tree composition at the specified rectangle.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.