Sets the RequestedConnectionPoint property to be a point on one of the DiagramConnectionSegment objects of this DiagramConnectionElement that is closest to the given Point. The actual value that is set is then returned.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Nullable<Point> SetRequestedConnectionPoint(
	Nullable<Point> point
)
Visual Basic (Declaration)
Public Function SetRequestedConnectionPoint ( _
	point As Nullable(Of Point) _
) As Nullable(Of Point)

Parameters

point
Type: System..::.Nullable<(Of <(Point>)>)
A Point used to derive the value for the RequestedConnectionPoint property.

Return Value

The value that is set to the RequestedConnectionPoint property.

See Also