CGContext.TranslateCTM(nfloat, nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.