バージョン

Rotate メソッド (IGraphics)

指定した回転を変形マトリックスに適用します。
シンタックス
'宣言
 
Sub Rotate( _
   ByVal centerX As Single, _
   ByVal centerY As Single, _
   ByVal angle As Single _
) 
void Rotate( 
   float centerX,
   float centerY,
   float angle
)

パラメータ

centerX
回転中心の X コンポーネント。
centerY
回転中心の Y コンポーネント。
angle
回転角度(度単位)。
参照