Method Midpoint NamespaceLMKit.Graphics.Geometry AssemblyLM-Kit.NET.dll Midpoint(Point, Point) Computes the midpoint between two points. public static Point Midpoint(Point a, Point b) Parameters a Point First point. b Point Second point. Returns Point The midpoint Point.