Calculates the rect rotation.
シンタックス
'宣言
Public Shared Sub CalcRectRotation( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByRef As Single, _
ByRef As Single, _
ByRef As Single, _
ByRef As Single _
)
public static void CalcRectRotation(
float ,
float ,
float ,
out float ,
out float ,
out float ,
out float
)
パラメータ
- width
- The width.
- height
- The height.
- angle
- The angle.
- leftMostX
- The left most x.
- topMostY
- The top most y.
- dx
- The dx.
- dy
- The dy.
参照