次の方法で共有


AbstractCanvas<TState>.PlatformRotate メソッド

定義

オーバーロード

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

適用対象