バージョン

Slope メソッド

2 つの既知のポイントに基づいて線の傾斜を計算します。
シンタックス
'宣言
 
Public Shared Function Slope( _
   ByVal point1 As Point, _
   ByVal point2 As Point _
) As Double
public static double Slope( 
   Point point1,
   Point point2
)

パラメータ

point1
線上の 1 つ目のポイント。
point2
2 つ目のポイント。

戻り値の型

ポイント 1 とポイント 2 のポイントを含む線の傾斜。
参照