CGAffineTransform.MakeScale(nfloat, nfloat) 方法

定义

返回 X 和 Y 坐标中请求缩放的仿射变换。

public static CoreGraphics.CGAffineTransform MakeScale (nfloat sx, nfloat sy);
static member MakeScale : nfloat * nfloat -> CoreGraphics.CGAffineTransform

参数

sx
nfloat

X 坐标中的比例系数。

sy
nfloat

Y 坐标的比例因子。

返回

返回 X 和 Y 坐标中请求缩放的仿射变换。

适用于