Aspose::Font::TransformationMatrix::Multiply méthode

TransformationMatrix::Multiply method

Multiplie avec une autre matrice de transformation. Ne change pas la matrice de transformation d’origine, renvoie un nouvel objet TransformationMatrix object.

System::SharedPtr<TransformationMatrix> Aspose::Font::TransformationMatrix::Multiply(const System::SharedPtr<TransformationMatrix> &matrix)
ParamètreTypeDescription
matriceconst System::SharedPtr<TransformationMatrix>&Matrice de transformation avec laquelle multiplier.

ReturnValue

Nouvel objet TransformationMatrix.

Voir aussi