ComponentOne Basic Library for UWP
GetPosition Method (PopupUtil)

C1.UWP Assembly > C1.Xaml Namespace > PopupUtil Class : GetPosition Method
the given element
the given relative position
return a absolute position according to the relative position of element
Syntax
'Declaration
 
Public Shared Function GetPosition( _
   ByVal element As Windows.UI.Xaml.UIElement, _
   ByVal point As Windows.Foundation.Point _
) As Windows.Foundation.Point
public static Windows.Foundation.Point GetPosition( 
   Windows.UI.Xaml.UIElement element,
   Windows.Foundation.Point point
)

Parameters

element
the given element
point
the given relative position
See Also

Reference

PopupUtil Class
PopupUtil Members