Search
FreeFormNode.GetIntersection Method
See Also
 





Calculates the intersection point between the segment defined by the specified point pair and the node's outline.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override PointF GetIntersection (
    PointF segmentStart,
    PointF segmentEnd
)

Visual Basic  Copy Code

Public Overrides Function GetIntersection( _
    segmentStart As PointF, _
    segmentEnd As PointF _
) As PointF

 Parameters

segmentStart

The first point of the segment.

segmentEnd

The second point of the segment.

 Return Value

A PointF object representing the intersection point.

 See Also