Calculates the intersection point between the segment defined by the specified point pair and the node's outline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override Point GetIntersection ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function GetIntersection( _ |
A Microsoft.Maui.Graphics.Point object representing the intersection point.
See Also