Action
               
               Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
               
            
            
            
               Syntax
               
               
               C#
                  
result = frameworkElement.PointFromScreen(point)
                  VB
                  
result = frameworkElement.PointFromScreen(point)
                  
                  
                     
                     
                     
                     
                        
                        
                           | Variable | Description | 
                        
                     
                     
                     
                        
                        
                           
                           | result | The converted Point. Point. | 
                        
                        
                           
                           | point | The Point value in screen coordinates. Point. |