ScalingCanvas.Rotate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Rotate(Single) | |
Rotate(Single, Single, Single) |
Rotate(Single)
public:
virtual void Rotate(float degrees);
public void Rotate (float degrees);
abstract member Rotate : single -> unit
override this.Rotate : single -> unit
Public Sub Rotate (degrees As Single)
Parâmetros
- degrees
- Single
Implementações
Aplica-se a
Rotate(Single, Single, Single)
public:
virtual void Rotate(float degrees, float x, float y);
public void Rotate (float degrees, float x, float y);
abstract member Rotate : single * single * single -> unit
override this.Rotate : single * single * single -> unit
Public Sub Rotate (degrees As Single, x As Single, y As Single)
Parâmetros
- degrees
- Single
- x
- Single
- y
- Single