[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Benachrichtigt der Graph-Dokument über die Cursor-Bewegung während des Verbindungsprozesses.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public void WhileConnectingProcess(
	float x,
	float y,
	IPort portUnderCursor
)
Visual Basic
Public Sub WhileConnectingProcess ( _
	x As Single, _
	y As Single, _
	portUnderCursor As IPort _
)
F#
abstract WhileConnectingProcess : 
        x:float32 * 
        y:float32 * 
        portUnderCursor:IPort -> unit 
override WhileConnectingProcess : 
        x:float32 * 
        y:float32 * 
        portUnderCursor:IPort -> unit 

Parameters

x
Type: System..::..Single
Die WorkspaceX-Koordinate.
y
Type: System..::..Single
Die WorkspaceY-Koordinate.
portUnderCursor
Type: DynamicNode.Core..::..IPort
Der Port unter dem Cursor oder null.

Implements

IGraphDocument..::..WhileConnectingProcess(Single, Single, IPort)

See Also