AbstractCanvas<TState>.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:
- AbstractCanvas.cs
- Source:
- AbstractCanvas.cs
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)
Parameters
- degrees
- Single
- radians
- Single
Applies to
PlatformRotate(Single, Single, Single, Single)
- Source:
- AbstractCanvas.cs
- Source:
- AbstractCanvas.cs
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)
Parameters
- degrees
- Single
- radians
- Single
- x
- Single
- y
- Single
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.