ICanvas.Rotate Method

Definition

Overloads

Rotate(Single)
Rotate(Single, Single, Single)

Rotate(Single)

public:
 void Rotate(float degrees);
public void Rotate (float degrees);
abstract member Rotate : single -> unit
Public Sub Rotate (degrees As Single)

Parameters

degrees
Single

Applies to

Rotate(Single, Single, Single)

public:
 void Rotate(float degrees, float x, float y);
public void Rotate (float degrees, float x, float y);
abstract member Rotate : single * single * single -> unit
Public Sub Rotate (degrees As Single, x As Single, y As Single)

Parameters

degrees
Single
x
Single
y
Single

Applies to