CGAffineTransform.MakeRotation(nfloat) 方法

定义

返回所请求旋转角度的仿射变换(以弧度为单位)。

public static CoreGraphics.CGAffineTransform MakeRotation(nfloat angle);
static member MakeRotation : nfloat -> CoreGraphics.CGAffineTransform

参数

angle
nfloat

角度(以弧度为单位)。

返回

所请求旋转的仿射转换。

适用于