CGContext.TranslateCTM(nfloat, nfloat) Method

Definition

Changes the origin of the user coordinate system.

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

Parameters

tx
nfloat

The X translation, in user space units, of the desired offset.

ty
nfloat

The Y translation, in user space units, of the desired offset.

Applies to