RelativePoint.FromPoint, méthode
Convertit le Point spécifié en RelativePoint qui est relatif au coin supérieur gauche.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Shared Function FromPoint ( _
point As Point _
) As RelativePoint
public static RelativePoint FromPoint(
Point point
)
public:
static RelativePoint FromPoint(
Point point
)
static member FromPoint :
point:Point -> RelativePoint
public static function FromPoint(
point : Point
) : RelativePoint
Paramètres
- point
Type : System.Windows.Point
Structure Point à convertir.
Valeur de retour
Type : Microsoft.Windows.Design.Interaction.RelativePoint
Nouveau RelativePoint.
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.Windows.Design.Interaction, espace de noms