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 virtual PointF GetIntersection ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function GetIntersection( _ |
A PointF object representing the intersection point.
See Also