Aspose::Page::EPS::Device::PdfDevice::Translate method

PdfDevice::Translate method

Translates the current transformation matrix. Calls writeTransform(Transform).

void Aspose::Page::EPS::Device::PdfDevice::Translate(double x, double y) override
ParameterTypeDescription
xdoubleTranslation in X axis.
ydoubleTranslation in Y axis.

See Also