共用方式為


CGContext.TranslateCTM(nfloat, nfloat) 方法

定義

變更使用者座標系統的原點。

public void TranslateCTM (nfloat tx, nfloat ty);
member this.TranslateCTM : nfloat * nfloat -> unit

參數

tx
nfloat

所需位移的使用者空間單位 X 轉譯。

ty
nfloat

所需位移的使用者空間單位 Y 轉譯。

適用於