Aspose::Font::TransformationMatrix::Transform method

TransformationMatrix::Transform method

Transforms x and y with the transformation matrix: x1 = Ax + Cy + TX; y1 = Bx + Dy + TY.

void Aspose::Font::TransformationMatrix::Transform(double x, double y, double &x1, double &y1)
ParameterTypeDescription
xdoubleOriginal x coordinate.
ydoubleOriginal y coordinate.
x1double&Transformed x coordinate.
y1double&Transformed y coordinate.

See Also