AbstractCanvas<TState>.Rotate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- degrees
- Single
Implémente
S’applique à
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)
Paramètres
- degrees
- Single
- x
- Single
- y
- Single