다음을 통해 공유


SkiaCanvas.PlatformRotate 메서드

정의

오버로드

PlatformRotate(Single, Single)
PlatformRotate(Single, Single, Single, Single)

PlatformRotate(Single, Single)

protected:
 override void PlatformRotate(float degrees, float radians);
protected override void PlatformRotate (float degrees, float radians);
override this.PlatformRotate : single * single -> unit
Protected Overrides Sub PlatformRotate (degrees As Single, radians As Single)

매개 변수

degrees
Single
radians
Single

적용 대상

PlatformRotate(Single, Single, Single, Single)

protected:
 override void PlatformRotate(float degrees, float radians, float x, float y);
protected override void PlatformRotate (float degrees, float radians, float x, float y);
override this.PlatformRotate : single * single * single * single -> unit
Protected Overrides Sub PlatformRotate (degrees As Single, radians As Single, x As Single, y As Single)

매개 변수

degrees
Single
radians
Single
x
Single
y
Single

적용 대상