UIElement::TranslatePoint Method
Translates a point relative to this element to coordinates that are relative to the specified element.
Assembly: PresentationCore (in PresentationCore.dll)
You cannot use methods in XAML.
Parameters
- point
- Type: System.Windows::Point
The point value, as relative to this element.
- relativeTo
- Type: System.Windows::UIElement
The element to translate the given point into.
Return Value
Type: System.Windows::PointA point value, now relative to the target element rather than this source element.
Passing nullptr for relativeTo is permitted, and indicates that coordinates should be relative to the root element in the logical tree that this element belongs to.
This method is used for translating hit test point values. Calling this method is mainly relevant if you are authoring a control and need to process input at a lower level. If you are using existing controls, you can generally assume that completed controls will report correctly translated hit test results.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.