GetPosition Method (PopupUtil)
 
            
                In This Topic
            
            return a absolute position according to the relative position of element
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function GetPosition( _
   ByVal  As Windows.UI.Xaml.UIElement, _
   ByVal  As Windows.Foundation.Point _
) As Windows.Foundation.Point
             
        
            
            public static Windows.Foundation.Point GetPosition( 
   Windows.UI.Xaml.UIElement ,
   Windows.Foundation.Point 
)
             
        
             
        
            Parameters
- element
 
- the given element
 - point
 
- the given relative position
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also