Aspose::Page::EPS::PsDocument::Transform method

PsDocument::Transform method

Adds transformation to current graphics state (concatenates this matrix with current one).

void Aspose::Page::EPS::PsDocument::Transform(System::SharedPtr<System::Drawing::Drawing2D::Matrix> matrix)
ParameterTypeDescription
matrixSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>The transformation.

See Also