Share via


CGContext.RotateCTM(nfloat) 方法

定义

angle 弧度旋转当前转换矩阵,正值逆时针旋转。

public void RotateCTM (nfloat angle);
member this.RotateCTM : nfloat -> unit

参数

angle
nfloat

角度,以弧度为单位,逆时针为正值。

适用于