Method Rotate
Rotate(double, Point)
Returns a new quadrilateral rotated around a specified pivot point.
public Quadrilateral Rotate(double angleDegrees, Point pivot)
Parameters
angleDegrees
doubleClockwise rotation angle in degrees.
pivot
PointThe pivot point to rotate around.
Returns
- Quadrilateral
A new Quadrilateral after rotation.