Freigeben über


RelativePoint-Konstruktor (RelativePosition, Double, Double)

Initialisiert eine neue Instanz der RelativePoint-Struktur für die angegebene RelativePosition, die X- und die Y-Werte.

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

Syntax

'Declaration
Public Sub New ( _
    position As RelativePosition, _
    x As Double, _
    y As Double _
)
public RelativePoint(
    RelativePosition position,
    double x,
    double y
)
public:
RelativePoint(
    RelativePosition^ position, 
    double x, 
    double y
)
new : 
        position:RelativePosition * 
        x:float * 
        y:float -> RelativePoint
public function RelativePoint(
    position : RelativePosition, 
    x : double, 
    y : double
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

RelativePoint Struktur

RelativePoint-Überladung

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit