Aspose::Font::TransformationMatrix::UnTransform method

TransformationMatrix::UnTransform method

Transforms back x1 and y1 and returns x and y before the transformation matrix.

void Aspose::Font::TransformationMatrix::UnTransform(double x1, double y1, double &x, double &y)
ParameterTypeDescription
x1doubleCoordinate x1.
y1doubleCoordinate y1.
xdouble&Coordinate x transformed back.
ydouble&Coordinate y transformed back.

See Also