[]
Returns a point in document coordinates from a point relative to a UIElement.
public Point GetPointFromRelativePoint(UIElement root, Point point)
Type | Name | Description |
---|---|---|
UIElement | root | The UIElement where point is relative to. |
Point | point | A System.Windows.Point in the coordinates of root. |
Type | Description |
---|---|
Point | A point in document coordinates. |