Compartilhar via


CGAffineTransform.MakeTranslation(nfloat, nfloat) Método

Definição

Retorne a transformação affine para traduzir para o local solicitado.

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

Parâmetros

tx
nfloat

Tradução X.

ty
nfloat

Tradução Y.

Retornos

Retorne a transformação affine para traduzir para o local solicitado.

Aplica-se a