MindFusion.Wpf Pack Programmer's Guide
Utilities.Farther Method
See Also
 





Returns the point from the specified pair, which lies farther from the specified pivot.

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Point Farther (
    Point pivot,
    Point p1,
    Point p2
)

Visual Basic  Copy Code

Public Shared Function Farther( _
    pivot As Point, _
    p1 As Point, _
    p2 As Point _
) As Point

 Parameters

pivot

p1

p2

 Return Value

 See Also

Utilities Members
Utilities Class
MindFusion Namespace