ScalingCanvas.Rotate 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Rotate(Single) | |
Rotate(Single, Single, Single) |
Rotate(Single)
public:
virtual void Rotate(float degrees);
public void Rotate (float degrees);
abstract member Rotate : single -> unit
override this.Rotate : single -> unit
Public Sub Rotate (degrees As Single)
参数
- degrees
- Single
实现
适用于
Rotate(Single, Single, Single)
public:
virtual void Rotate(float degrees, float x, float y);
public void Rotate (float degrees, float x, float y);
abstract member Rotate : single * single * single -> unit
override this.Rotate : single * single * single -> unit
Public Sub Rotate (degrees As Single, x As Single, y As Single)
参数
- degrees
- Single
- x
- Single
- y
- Single