CGAffineTransform.MakeTranslation(nfloat, nfloat) Method

Definition

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.

Applies to