ASP.NET 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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void GetEllipseIntr (
    RectangleF rcBox,
    PointF pt1,
    PointF pt2,
    ref PointF pt
)

Visual Basic  Copy Code

Public Shared Sub GetEllipseIntr( _
    rcBox As RectangleF, _
    pt1 As PointF, _
    pt2 As PointF, _
    ByRef pt As PointF _
)

 Parameters

rcBox

pt1

pt2

pt

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace