Returns the next valid point on the nodes boundingbox in direction of the edge
Namespace: Vis2NodeTrixAssembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Public Overrides Function PointOnBox ( _
_edge As VizEdge _
) As Point
Public Overrides Function PointOnBox ( _
_edge As VizEdge _
) As Point
public override Point PointOnBox(
VizEdge _edge
)
public override Point PointOnBox(
VizEdge _edge
)
public:
virtual Point PointOnBox(
VizEdge^ _edge
) override
public:
virtual Point PointOnBox(
VizEdge^ _edge
) override
Parameters
- _edge
- Type: VizEdge
Edge defining the direction
Return Value
The nearest point on the boundingbox