Returns the middle point of the segment defined by the specified points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public static Point MidPoint ( |
Visual Basic Copy Code |
---|
Public Shared Function MidPoint( _ |
The first point.
The second point.
A Point instance that represents the middle point.