Aspose::Font::TransformationMatrix::UnTransform 方法
TransformationMatrix::UnTransform method
将 x1 和 y1 逆变换,并返回变换矩阵之前的 x 和 y。
void Aspose::Font::TransformationMatrix::UnTransform(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++