Visual.PointToScreen(Point) Metodo
Definizione
public:
System::Windows::Point PointToScreen(System::Windows::Point point);
public System.Windows.Point PointToScreen (System.Windows.Point point);
member this.PointToScreen : System.Windows.Point -> System.Windows.Point
Parametri
- point
- Point
Valore Point che rappresenta il sistema di coordinate corrente dell’oggetto Visual.The Point value that represents the current coordinate system of the Visual.
Restituisce
Valore Point convertito in coordinate dello schermo.The converted Point value in screen coordinates.
Commenti
Utilizzare il PointFromScreen metodo per convertire un Point oggetto nelle coordinate dello schermo Point in un oggetto che rappresenta il sistema di Visualcoordinate corrente dell'oggetto.Use the PointFromScreen method to convert a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.