Returns the center of the line segment defined by the specified points.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public static PointF Center ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Center( _ |
The first point of the line segment.
The second point of the line segment.
A PointF representing the segment's center.
See Also