Aspose::Font::TransformationMatrix::Transform 方法

TransformationMatrix::Transform method

使用变换矩阵对 x 和 y 进行变换:x1 = Ax + Cy + TX; y1 = Bx + Dy + TY。

void Aspose::Font::TransformationMatrix::Transform(double x, double y, double &x1, double &y1)
参数类型描述
xdouble原始 x 坐标。
ydouble原始 y 坐标。
x1double&转换后的 x 坐标。
y1double&已转换的 y 坐标。

另见