'宣言
Public Shared Function dataToPointLinearHorizontal( _
ByVal As Double, _
ByVal As Double, _
ByVal As Point, _
ByVal As Point, _
ByVal As Double _
) As Point
public static Point dataToPointLinearHorizontal(
double ,
double ,
Point ,
Point ,
double
)