ViewItem.PointToScreen-Methode

Konvertiert einen Point, der das aktuelle Koordinatensystem des Visual darstellt, in einen in Bildschirmkoordinaten angegebenen Point.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride Function PointToScreen ( _
    point As Point _
) As Point
public abstract Point PointToScreen(
    Point point
)
public:
virtual Point PointToScreen(
    Point point
) abstract
abstract PointToScreen : 
        point:Point -> Point 
public abstract function PointToScreen(
    point : Point
) : Point

Parameter

Rückgabewert

Typ: System.Windows.Point
Der konvertierte Point-Wert in Bildschirmkoordinaten.

.NET Framework-Sicherheit

Siehe auch

Referenz

ViewItem Klasse

Microsoft.Windows.Design.Interaction-Namespace