Calculates the intersection point between the specified line segment and the contour of the node associated with this connection point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual Point GetIntersection ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function GetIntersection( _ |
The first point of the segment.
The second point of the segment.
A Point object representing the intersection point.
See Also