SKCanvas.RotateRadians Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RotateRadians(Single, Single, Single) |
Pre-concatenates the current matrix with the specified rotation, around the specified point. |
RotateRadians(Single) |
Pre-concatenates the current matrix with the specified rotation. |
RotateRadians(Single, Single, Single)
Pre-concatenates the current matrix with the specified rotation, around the specified point.
public void RotateRadians (float radians, float px, float py);
Parameters
- radians
- Single
The number of radians to rotate.
- px
- Single
The x-coordinate of the point to rotate about.
- py
- Single
The y-coordinate of the point to rotate about.
Applies to
RotateRadians(Single)
Pre-concatenates the current matrix with the specified rotation.
public void RotateRadians (float radians);
Parameters
- radians
- Single
The number of radians to rotate.