Search
InternalUtils.DistanceSq Method
See Also
 






Calculates the square of the distance between the specified points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double DistanceSq (
    Point pt1,
    Point pt2
)

Visual Basic  Copy Code

Public Shared Function DistanceSq( _
    pt1 As Point, _
    pt2 As Point _
) As Double

 Parameters

pt1

pt2

 Return Value

 Remarks

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

 See Also