Aspose::Page::EPS::PsDocument::Translate method

PsDocument::Translate method

Adds translation to current graphics state (translates current matrix).

void Aspose::Page::EPS::PsDocument::Translate(float x, float y)
ParameterTypeDescription
xfloatThe translation in X direction.
yfloatThe translation in Y direction.

See Also