回転を前に付加することで、 point パラメータで指定した点を中心とする時計回りの回転を、この Matrix オブジェクトに適用します。
Overloads Public Sub RotateAt( _
ByVal angle As Single, _ ByVal point As PointF _)
[C#]
public void RotateAt(floatangle,PointFpoint);
[C++]
public: void RotateAt(floatangle,PointFpoint);
[JScript]
public function RotateAt(
angle : float,point : PointF);
パラメータ
- angle
回転の角度 (エクステント)。 - point
回転の中心を表す PointF 構造体。
使用例
例については、 Matrix.RotateAt Method (Single, PointF, MatrixOrder) のトピックを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Matrix クラス | Matrix メンバ | System.Drawing.Drawing2D 名前空間 | Matrix.RotateAt オーバーロードの一覧