'宣言 Public Overloads Sub RotateAt( _ ByVal point As Coordinate, _ ByVal angle As System.Single _ )
public void RotateAt( Coordinate point, System.float angle )
パラメータ
- point
- A Coordinate class that represents the center of the rotation.
- angle
- The angle (extent) of the rotation.