Calculates the intersecion point between the segment defined by the specified point pair and the node's outline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# 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.