Share via


RelativePoint Constructor (RelativePosition, Double, Double)

Initializes a new instance of the RelativePoint structure for specified RelativePosition, X, and Y values.

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
)

Parameters

.NET Framework Security

See Also

Reference

RelativePoint Structure

RelativePoint Overload

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility