Share via


RelativePoint Constructor (RelativePosition, Point)

Initializes a new instance of the RelativePoint class for a specified a non-relative point.

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
)

Parameters

.NET Framework Security

See Also

Reference

RelativePoint Structure

RelativePoint Overload

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility