Partager via


CGAffineTransform.MakeTranslation(nfloat, nfloat) Méthode

Définition

Retourne la transformation affine pour la traduction vers l’emplacement demandé.

public static CoreGraphics.CGAffineTransform MakeTranslation (nfloat tx, nfloat ty);
static member MakeTranslation : nfloat * nfloat -> CoreGraphics.CGAffineTransform

Paramètres

tx
nfloat

X traduction.

ty
nfloat

Traduction Y.

Retours

Retourne la transformation affine pour la traduction vers l’emplacement demandé.

S’applique à