Aspose::Page::EPS::PsDocument::Scale method

PsDocument::Scale method

Adds scale to current graphics state (scale current matrix).

void Aspose::Page::EPS::PsDocument::Scale(float xScale, float yScale)
ParameterTypeDescription
xScalefloatThe scale in X axis.
yScalefloatThe translation in Y axis.

See Also