RelativePoint, constructeur (RelativePosition, Point)
Initialise une nouvelle instance de la classe RelativePoint pour un point non relatif spécifique.
Espace de noms : Microsoft.Windows.Design.Interaction
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Sub New ( _
position As RelativePosition, _
point As Point _
)
public RelativePoint(
RelativePosition position,
Point point
)
public:
RelativePoint(
RelativePosition^ position,
Point point
)
new :
position:RelativePosition *
point:Point -> RelativePoint
public function RelativePoint(
position : RelativePosition,
point : Point
)
Paramètres
- position
Type : Microsoft.Windows.Design.Interaction.RelativePosition
Objet RelativePosition qui définit la relation entre les emplacements X et Y spécifiés et un autre objet.
- point
Type : System.Windows.Point
Structure Point contenant les coordonnées à créer pour 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