Aspose::Font::TransformationMatrix::Scale 方法
TransformationMatrix::Scale method
使用变换矩阵对 x 和 y 进行缩放:x1 = Ax + Cy; y1 = Bx + Dy。
void Aspose::Font::TransformationMatrix::Scale(double x, double y, double &x1, double &y1)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | double | 原始 x 坐标。 |
| y | double | 原始 y 坐标。 |
| x1 | double& | x 坐标已缩放。 |
| y1 | double& | y 坐标已缩放。 |
另见
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++