[]
return a absolute position according to the relative position of element
public static Point GetPosition(UIElement element, Point point)
Public Shared Function GetPosition(element As UIElement, point As Point) As Point
| Type | Name | Description |
|---|---|---|
| UIElement | element | the given element |
| Point | point | the given relative position |
| Type | Description |
|---|---|
| Point |