Aspose::Font::TransformationMatrix::UnScale 方法
TransformationMatrix::UnScale method
将 x1 和 y1 缩放回原始值,并返回变换矩阵之前的 x 和 y。
void Aspose::Font::TransformationMatrix::UnScale(double x1, double y1, double &x, double &y)
| 参数 | 类型 | 描述 |
|---|---|---|
| x1 | double | 坐标 x1。 |
| y1 | double | 坐标 y1。 |
| x | double& | 坐标 x 已缩放回原始值。 |
| y | double& | 坐标 y 已缩放回原始值。 |
另见
- Class TransformationMatrix
- Namespace Aspose::Font
- Library Aspose.Font for C++