共用方式為


CGContext.RotateCTM(nfloat) 方法

定義

以弧度旋轉目前的轉換矩陣 angle ,並反時針旋轉正值。

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

參數

angle
nfloat

角度,以弧度為單位,反時針正值。

適用於