ScalingCanvas.Rotate Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Implementaciones
Se aplica 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