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