Matrix.RotateAt

RotateAt(float, PointF, MatrixOrder)

指定された点を中心に時計回りの回転を指定された順序でこの Matrix に適用します。

public void RotateAt(float angle, PointF point, MatrixOrder order)
パラメータタイプ説明
angleSingle角度。
pointPointFポイント。
orderMatrixOrderオーダー。

関連項目


RotateAt(float, PointF)

指定された点を中心に時計回りの回転をこの Matrix にデフォルト (プリペンド) の順序で適用します.

public void RotateAt(float angle, PointF point)
パラメータタイプ説明
angleSingle角度。
pointPointFポイント。

関連項目