次の方法で共有


CGContext.TranslateCTM(nfloat, nfloat) メソッド

定義

ユーザー座標系の原点を変更します。

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

パラメーター

tx
nfloat

目的のオフセットの X 変換 (ユーザー空間単位)。

ty
nfloat

目的のオフセットの Y 変換 (ユーザー空間単位)。

適用対象