SKCanvas.RotateRadians Method

Definition

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.

Applies to