バージョン

RotateAt(Single,Point,MatrixOrder) メソッド

ポイント パラメーターで指定したポイントの周囲にこの行列に回転を適用します。
シンタックス
'宣言
 
Public Overloads Sub RotateAt( _
   ByVal angle As Single, _
   ByVal center As Point, _
   ByVal order As MatrixOrder _
) 
public void RotateAt( 
   float angle,
   Point center,
   MatrixOrder order
)

パラメータ

angle
回転角度(度単位)。
center
回転の中心。
order
乗算の順序。
参照