ActionsPane.PointToScreen, méthode
Calcule l'emplacement du point client spécifié en coordonnées d'écran.
Espace de noms : Microsoft.Office.Tools
Assembly : Microsoft.Office.Tools.Common (dans Microsoft.Office.Tools.Common.dll)
Syntaxe
'Déclaration
Function PointToScreen ( _
p As Point _
) As Point
Point PointToScreen(
Point p
)
Paramètres
- p
Type : System.Drawing.Point
Coordonnée cliente Point à convertir.
Valeur de retour
Type : System.Drawing.Point
Point qui représente le Point converti, p, en coordonnées d'écran.
Notes
Cette méthode fournit la même fonctionnalité que la méthode Control.PointToScreen.Pour plus d'informations sur l'utilisation de cette méthode, consultez Control.PointToScreen.
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.
Voir aussi
Référence
Microsoft.Office.Tools, espace de noms