GroupNode PointOnBox Method Vis2 NodeTrix CodeDokumentation
Returns the next valid point on the nodes boundingbox in direction of the edge

Namespace: Vis2NodeTrix
Assembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

Public Overrides Function PointOnBox ( _
	_edge As VizEdge _
) As Point

Parameters

_edge
Type: VizEdge
Edge defining the direction

Return Value

The nearest point on the boundingbox
See Also