C# 클래스 SilverFlow.Controls.Helpers.VisualHelper

상속: IVisualHelper
파일 보기 프로젝트 열기: Zoomicon/ZUI

공개 메소드들

메소드 설명
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