Returns the middle point of the segment defined by the specified points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public static Point MidPoint ( |
Visual Basic Copy Code |
---|
Public Shared Function MidPoint( _ |
The first point.
The second point.
A .NET Point instance that represents the middle point.
This method supports the WpfDiagram infrastructure and is not intended to be used directly from your code.
WpfDiagram Programmer's Guide | © 2024 MindFusion |