Obsolete Members for QSvgRenderer

以下成员源于类 QSvgRenderer 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) QMatrix matrixForElement (const QString & id ) const

成员函数文档编制

QMatrix QSvgRenderer:: matrixForElement (const QString & id ) const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

使用 transformForElement () 代替。

Returns the transformation matrix for the element with the given id . The matrix is a product of the transformation of the element's parents. The transformation of the element itself is not included.

To find the bounding rectangle of the element in logical coordinates, you can apply the matrix on the rectangle returned from boundsOnElement ().

该函数在 Qt 4.2 引入。

另请参阅 boundsOnElement ().