Finds the intersection of the node contour with the line segment defined by the specified points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override Point GetIntersection ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function GetIntersection( _ |
The first point of the segment.
The second point of the segment.
A Point object representing the intersection point.
See Also