SkiaCanvas.PlatformRotate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PlatformRotate(Single, Single) | |
PlatformRotate(Single, Single, Single, Single) |
PlatformRotate(Single, Single)
- Source:
- SkiaCanvas.cs
- Source:
- SkiaCanvas.cs
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)
Parameters
- degrees
- Single
- radians
- Single
Applies to
PlatformRotate(Single, Single, Single, Single)
- Source:
- SkiaCanvas.cs
- Source:
- SkiaCanvas.cs
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)
Parameters
- degrees
- Single
- radians
- Single
- x
- Single
- y
- Single
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.