Aspose::Font::TransformationMatrix::Scale method

TransformationMatrix::Scale method

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

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

See Also