SKCanvas.RotateDegrees 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
RotateDegrees(Single) |
Pre-concatenates the current matrix with the specified rotation. |
RotateDegrees(Single, Single, Single) |
Pre-concatenates the current matrix with the specified rotation, around the specified point. |
RotateDegrees(Single)
Pre-concatenates the current matrix with the specified rotation.
public void RotateDegrees (float degrees);
Parameters
- degrees
- Single
The number of degrees to rotate.
Applies to
RotateDegrees(Single, Single, Single)
Pre-concatenates the current matrix with the specified rotation, around the specified point.
public void RotateDegrees (float degrees, float px, float py);
Parameters
- degrees
- Single
The number of degrees to rotate.
- px
- Single
The x-coordinate of the point to rotate about.
- py
- Single
The y-coordinate of the point to rotate about.