AbstractCanvas<TState>.PlatformRotate 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
PlatformRotate(Single, Single) | |
PlatformRotate(Single, Single, Single, Single) |
PlatformRotate(Single, Single)
protected:
abstract void PlatformRotate(float degrees, float radians);
protected abstract void PlatformRotate (float degrees, float radians);
abstract member PlatformRotate : single * single -> unit
Protected MustOverride Sub PlatformRotate (degrees As Single, radians As Single)
Paramètres
- degrees
- Single
- radians
- Single
S’applique à
PlatformRotate(Single, Single, Single, Single)
protected:
abstract void PlatformRotate(float degrees, float radians, float x, float y);
protected abstract void PlatformRotate (float degrees, float radians, float x, float y);
abstract member PlatformRotate : single * single * single * single -> unit
Protected MustOverride Sub PlatformRotate (degrees As Single, radians As Single, x As Single, y As Single)
Paramètres
- degrees
- Single
- radians
- Single
- x
- Single
- y
- Single