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
- point
Type : System.Windows.Point
Structure Point à convertir.
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
- 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