AbstractCanvas<TState>.PlatformRotate 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
| 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)
Parámetros
- degrees
- Single
- radians
- Single
Se aplica a
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)
Parámetros
- degrees
- Single
- radians
- Single
- x
- Single
- y
- Single