Example #1
0
 public void DrawPixmap(int x, int y, Pixmap pm)
 {
     qt_painter_pixmap_draw(Handle, x, y, pm.Handle);
 }
Example #2
0
 public Painter(Pixmap pixmap)
 {
     Handle = qt_painter_new(this, pixmap.Handle);
 }