Partager via


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

Valeur de retour

Type : Microsoft.Windows.Design.Interaction.RelativePoint
Nouveau RelativePoint.

Sécurité .NET Framework

Voir aussi

Référence

RelativePoint Structure

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF