Scale
TransformationMatrix.Scale method
用变换矩阵缩放 x 和 y: x1 = Ax + Cy; y1 = Bx + Dy.
public void Scale(double x, double y, out double x1, out double y1)
范围 | 类型 | 描述 |
---|---|---|
x | Double | 原始 x 坐标。 |
y | Double | 原始 y 坐标。 |
x1 | Double& | 坐标 x 缩放。 |
y1 | Double& | 坐标 y 缩放。 |
也可以看看
- class TransformationMatrix
- 命名空间 Aspose.Font
- 部件 Aspose.Font