Applies a clockwise rotation to this Matrix object around the point specified in the point parameter, and by prepending the rotation
シンタックス
'宣言
Public Overloads Sub RotateAt( _
ByVal As Coordinate, _
ByVal As System.Single _
)
public void RotateAt(
Coordinate ,
System.float
)
パラメータ
- point
- A Coordinate class that represents the center of the rotation.
- angle
- The angle (extent) of the rotation.
参照