Create the matrix performing rotation at specified angle around specified point.
シンタックス
'宣言
Public Overloads Shared Function GetRotatedMatrix( _
ByVal As System.Single, _
ByVal As System.Double, _
ByVal As System.Double _
) As Matrix
'使用法
Dim angle As System.Single
Dim centerX As System.Double
Dim centerY As System.Double
Dim value As Matrix
value = C1Graphics.GetRotatedMatrix(angle, centerX, centerY)
public static Matrix GetRotatedMatrix(
System.float ,
System.double ,
System.double
)
パラメータ
- angle
- centerX
- centerY
参照