Edit

Share via


SKMatrix.CreateRotationDegrees Method

Definition

Overloads

Name Description
CreateRotationDegrees(Single, Single, Single)

Creates a rotation matrix around a pivot point.

CreateRotationDegrees(Single)

Creates a rotation matrix.

CreateRotationDegrees(Single, Single, Single)

Creates a rotation matrix around a pivot point.

public static SkiaSharp.SKMatrix CreateRotationDegrees(float degrees, float pivotX, float pivotY);

Parameters

degrees
Single

The rotation angle in degrees.

pivotX
Single

The x-coordinate of the pivot point.

pivotY
Single

The y-coordinate of the pivot point.

Returns

Returns the new rotation matrix.

Applies to

CreateRotationDegrees(Single)

Creates a rotation matrix.

public static SkiaSharp.SKMatrix CreateRotationDegrees(float degrees);

Parameters

degrees
Single

The rotation angle in degrees.

Returns

Returns the new rotation matrix.

Applies to