[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Prüft mit Hilfe von Editor-Koordinaten ob sich ein
Objekt unter dem Cursor befindet.
Namespace: DynamicNode.Ext.VisualAssembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Syntax
C# |
---|
public void HitTest( float x, float y, out INode node, out IPort port, out Pin pin ) |
Visual Basic |
---|
Public Sub HitTest ( _ x As Single, _ y As Single, _ <OutAttribute> ByRef node As INode, _ <OutAttribute> ByRef port As IPort, _ <OutAttribute> ByRef pin As Pin _ ) |
F# |
---|
abstract HitTest : x:float32 * y:float32 * node:INode byref * port:IPort byref * pin:Pin byref -> unit override HitTest : x:float32 * y:float32 * node:INode byref * port:IPort byref * pin:Pin byref -> unit |
Parameters
- x
- Type: System..::..Single
Die WorkspaceX-Koordinate.
- y
- Type: System..::..Single
Die WorkspaceY-Koordinate.
- node
- Type: DynamicNode.Core..::..INode%
Ein Knoten oder null.
- port
- Type: DynamicNode.Core..::..IPort%
Ein Port oder null.
- pin
- Type: DynamicNode.Ext.Visual..::..Pin%
Ein Pin oder null.