C# Класс SilverFlow.Controls.Helpers.VisualHelper

Наследование: IVisualHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
FindElementsInCoordinates ( Point intersectingPoint, UIElement subtree ) : IEnumerable

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

Описание методов

FindElementsInCoordinates() публичный Метод

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.
Результат IEnumerable