Returns the middle point of the segment defined by the specified points.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksThis method supports the WpfDiagram infrastructure and is not intended to be used directly from your code.
See Also