'宣言 Public Overloads Sub RotateAt( _ ByVal point As Coordinate, _ ByVal angle As System.Single, _ ByVal order As TransformOrder _ )
public void RotateAt( Coordinate point, System.float angle, TransformOrder order )
パラメータ
- point
- A Coordinate class that represents the center of the rotation.
- angle
- The angle (extent) of the rotation.
- order
- A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object.