Partager via


RelativePoint Implicit, conversion (Point to RelativePoint)

Convertit la structure Point spécifiée en structure RelativePoint.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared Widening Operator CType ( _
    point As Point _
) As RelativePoint
public static implicit operator RelativePoint (
    Point point
)
static implicit operator RelativePoint (
    Point point
)
F# ne prend pas en charge la déclaration de nouveaux opérateurs de casting.
JScript ne prend pas en charge la déclaration de nouveaux opérateurs de casting.

Paramètres

Valeur de retour

Type : Microsoft.Windows.Design.Interaction.RelativePoint
Nouveau RelativePoint créé à partir d'un point.

Notes

La propriété Position devient TopLeft.

Sécurité .NET Framework

Voir aussi

Référence

RelativePoint Structure

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF