AbstractCanvas<TState>.PlatformRotate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 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)
參數
- degrees
- Single
- radians
- Single
適用於
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)
參數
- degrees
- Single
- radians
- Single
- x
- Single
- y
- Single