CGAffineTransform.MakeTranslation(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.
Return the affine transformation for translating to the requested location.
public static CoreGraphics.CGAffineTransform MakeTranslation (nfloat tx, nfloat ty);
static member MakeTranslation : nfloat * nfloat -> CoreGraphics.CGAffineTransform
Parameters
- tx
- nfloat
X translation.
- ty
- nfloat
Y translation.
Returns
Return the affine transformation for translating to the requested location.