Charting for WinForms Programmer's Guide
Utils.Center Method (PointF, PointF)
See Also
 






Returns the center of the line segment defined by the specified points.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static PointF Center (
    PointF p1,
    PointF p2
)

Visual Basic  Copy Code

Public Shared Function Center( _
    p1 As PointF, _
    p2 As PointF _
) As PointF

 Parameters

p1

The first point of the line segment.

p2

The second point of the line segment.

 Return Value

A PointF representing the segment's center.

 See Also

Center Method Overload List
Utils Members
Utils Class
MindFusion.Gauges Namespace