C# Class SilverFlow.Controls.Helpers.VisualHelper

Inheritance: IVisualHelper
Show file Open project: Zoomicon/ZUI

Public Methods

Method Description
FindElementsInCoordinates ( Point intersectingPoint, UIElement subtree ) : IEnumerable

Retrieves a set of objects that are located within a specified point of an object's coordinate space.

Method Details

FindElementsInCoordinates() public method

Retrieves a set of objects that are located within a specified point of an object's coordinate space.
public FindElementsInCoordinates ( Point intersectingPoint, UIElement subtree ) : IEnumerable
intersectingPoint System.Windows.Point The point to use as the determination point.
subtree System.Windows.UIElement The object to search within.
return IEnumerable