MAUI Pack Programmer's Guide
InternalUtils.GetEllipseIntr Method
See Also
 






Calculate the intersection point between the ellipse with the specified bounds and the line segment defined by the specified points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void GetEllipseIntr (
    Rect rcBox,
    Point pt1,
    Point pt2,
    ref Point pt
)

Visual Basic  Copy Code

Public Shared Sub GetEllipseIntr( _
    rcBox As Rect, _
    pt1 As Point, _
    pt2 As Point, _
    ByRef pt As Point _
)

 Parameters

rcBox

pt1

pt2

pt

 Remarks

This method supports the MindFusion.Diagramming for MAUI infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace