'Declaration
Public Shared Function GetPosition( _ ByVal element As UIElement, _ ByVal point As Point _ ) As Point
'Usage
Dim element As UIElement Dim point As Point Dim value As Point value = PopupUtil.GetPosition(element, point)
public: static Point GetPosition( UIElement^ element, Point point )
Parameters
- element
- the given element
- point
- the given relative position