Partager via


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

Sécurité .NET Framework

Voir aussi

Référence

RelativePoint Structure

RelativePoint, surcharge

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF