以下成員源於類 QBrush 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
const QMatrix &
|
matrix () const |
(obsolete)
void
|
setMatrix (const QMatrix & matrix ) |
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
使用 transform () 代替。
Returns the current transformation matrix for the brush.
該函數在 Qt 4.2 引入。
另請參閱 setMatrix ().
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
使用 setTransform () 代替。
設置 matrix as an explicit transformation matrix on the current brush. The brush transformation matrix is merged with QPainter transformation matrix to produce the final result.
該函數在 Qt 4.2 引入。
另請參閱 matrix ().