Freigeben über


RelativePoint-Konstruktor (RelativePosition, Point)

Initialisiert eine neue Instanz der RelativePoint-Klasse für einen angegebenen, nicht relativen Punkt.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

RelativePoint Struktur

RelativePoint-Überladung

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit