IGlobalsAngle メソッド (Int32, Int32, Int32, Int32, Boolean)

指定した(x1, x2)から(x2, y2)の角度を計算します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
int Angle(
	int x1,
	int y1,
	int x2,
	int y2,
	bool isClockwise = true
)

パラメーター

x1
型: SystemInt32
x1
y1
型: SystemInt32
y1
x2
型: SystemInt32
x2
y2
型: SystemInt32
y2
isClockwise (Optional)
型: SystemBoolean
true:右回り false:左回り

戻り値

型: Int32
角度
関連項目