Visual Basic (Declaration) | |
---|---|
Public Overloads Function FindGraphicsInHostCoordinates( _ ByVal intersectingPoint As Point _ ) As IEnumerable(Of Graphic) |
C# | |
---|---|
public IEnumerable<Graphic> FindGraphicsInHostCoordinates( Point intersectingPoint ) |
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
- intersectingPoint
- The System.Windows.Rect to use as the determination point.
Return Value
An enumerable set of Graphic objects that are determined to be located in the visual tree composition at the specified point.Target Platforms:Windows Phone 7