'Declaration Public Function TranslatePoint( _ ByVal point As Point, _ ByVal relativeTo As UIElement _ ) As Point
public Point TranslatePoint( Point point, UIElement relativeTo )
Parameters
- point
- The point value, as relative to this element.
- relativeTo
- The element to translate the given point into.
Return Value
A point value, now relative to the target element rather than this source element.