Aspose::Font::TransformationMatrix::UnScale method

TransformationMatrix::UnScale method

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

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

See Also