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