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 MindFusion.Diagramming for WebForms infrastructure and is not intended to be used directly from your code.