UIElement.TranslatePoint Method
Translates a point relative to this element to coordinates that are relative to the specified element.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
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 null 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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.