TreeView for WinForms
Rotate(Double,Double,Double) メソッド

C1.Win.4.5.2 アセンブリ > C1.Win.Interop 名前空間 > MatrixUtil クラス > Rotate メソッド : Rotate(Double,Double,Double) メソッド
回転角度(度単位)。
点の X 座標。
点の Y 座標。
指定されたポイントを中心にして時計回りに回転した Matrixを返します。
シンタックス
'宣言
 
Public Overloads Shared Function Rotate( _
   ByVal angleDeg As System.Double, _
   ByVal centerX As System.Double, _
   ByVal centerY As System.Double _
) As Matrix
public static Matrix Rotate( 
   System.double angleDeg,
   System.double centerX,
   System.double centerY
)

パラメータ

angleDeg
回転角度(度単位)。
centerX
点の X 座標。
centerY
点の Y 座標。

戻り値の型

回転後の Matrix構造体。
参照

MatrixUtil クラス
MatrixUtil メンバ
オーバーロード一覧