Functions
void | qDrawBorderPixmap(QPainter * painter, const QRect & target, const QMargins & margins, const QPixmap & pixmap) |
See also QPainter.
Function Documentation
void qDrawBorderPixmap(QPainter * painter, const QRect & target, const QMargins & margins, const QPixmap & pixmap)
This is an overloaded function.
The qDrawBorderPixmap function is for drawing a pixmap into the margins of a rectangle.
Draws the given pixmap into the given target rectangle, using the given painter. The pixmap will be split into nine segments and drawn according to the margins structure.
This function was introduced in Qt 4.6.