Point.Rotate Method
Returns the point that results from rotating the current Point around an axis.
Thread safety: This method is thread-safe.
Rotate(Point axis, System.Double angle)
Returns the point that results from rotating the current Point around an axis.Syntax
public Point Rotate (
Point axis,
System.Double angle
)
Parameters
axis
Type: Point
The axis to rotate the point around.
The axis to rotate the point around.
angle
Type: System.Double
The angle by which the point is rotated around axis.
The angle by which the point is rotated around axis.
Return Value
Type: Point
A point that results from rotating the current point angle radians counter-clockwise around axis.
A point that results from rotating the current point angle radians counter-clockwise around axis.
Platforms
Windows, Linux, Android