CGAffineTransform.MakeTranslation(nfloat, nfloat) 方法

定义

返回转换为所请求位置的仿射转换。

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

参数

tx
nfloat

X 翻译。

ty
nfloat

Y 翻译。

返回

返回转换为所请求位置的仿射转换。

适用于