problem with pasting image over lines in wx DC
Posted
by Moayyad Yaghi
on Stack Overflow
See other posts from Stack Overflow
or by Moayyad Yaghi
Published on 2010-04-18T12:43:16Z
Indexed on
2010/04/18
12:53 UTC
Read the original article
Hit count: 303
hello ..
i have the same code as wx Doodle pad in the wx demos
i added a tool to paste images from the clipboard to the pad.
using wx.DrawBitmap() function , but whenever i refresh the buffer .and call funtions ( drawSavedLines and drawSavedBitmap) it keeps putting bitmap above line no matter what i did
even if i called draw bitmap first and then draw lines .
is there anyway to put a line above the bitmap ?
please inform me if i miss anything
thanx in advance
© Stack Overflow or respective owner