ViewItem.PointToScreen, méthode
Convertit un Point qui représente le système de coordonnées actuel du Visual en Point en coordonnées d'écran.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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
Paramètres
- point
Type : System.Windows.Point
Valeur Point qui représente le système de coordonnées actuel du Visual.
Valeur de retour
Type : System.Windows.Point
Valeur Point convertie en coordonnées d'écran.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.