コード例 #1
0
 /// <summary>
 /// Retrieves an object that is located within a specified point of an object's coordinate space.
 /// </summary>
 /// <param name="intersectingPoint">The point to use as the determination point.</param>
 /// <returns>The UIElement object that is determined to be located
 /// in the visual tree composition at the specified point.</returns>
 internal static UIElement FindElementInHostCoordinates(Point intersectingPoint)
 {
     return(INTERNAL_HtmlDomManager.FindElementInHostCoordinates_UsedBySimulatorToo(intersectingPoint.X, intersectingPoint.Y));
 }