다음을 통해 공유


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

적용 대상