QPainter.drawPixmap
- void drawPixmap(const(QRectF) targetRect, const(QPixmap) pixmap, const(QRectF) sourceRect)
- void drawPixmap(const(QRect) targetRect, const(QPixmap) pixmap, const(QRect) sourceRect)
- void drawPixmap(int x, int y, int w, int h, const(QPixmap) pm, int sx, int sy, int sw, int sh)
- void drawPixmap(int x, int y, const(QPixmap) pm, int sx, int sy, int sw, int sh)
- void drawPixmap(const(QPointF) p, const(QPixmap) pm, const(QRectF) sr)
- void drawPixmap(const(QPoint) p, const(QPixmap) pm, const(QRect) sr)
- void drawPixmap(const(QPointF) p, const(QPixmap) pm)
- void drawPixmap(const(QPoint) p, const(QPixmap) pm)
- void drawPixmap(int x, int y, const(QPixmap) pm)
- void drawPixmap(const(QRect) r, const(QPixmap) pm)
struct QPainter
pragma(inline, true)
void
drawPixmap
- void drawPixmap(int x, int y, int w, int h, const(QPixmap) pm)
qt gui painter QPainter
aliasesconstructorsdestructorsenumsfunctionsstatic functionsstructs