|  | This document is archived and information here might be outdated. Recommended version. | 
Compute the mean of the co-ordinates of the two named points.
[Visual Basic .NET]
Public Function MeanTwoPoints ( _
    ByVal PointA As Integer, _
    ByVal PointB As Integer _
) As String
[C#]
public string MeanTwoPoints (
    int PointA,
    int PointB
);