DrawReversibleFrame foreground draw
I have a PictureBox on my MainForm,
开发者_StackOverflow中文版and if I try to DrawReversibleFrame, it will always draw the rectangular frame on the background behind the PictureBox
Is there a way I can draw the rectangle frame on the foreground?
DotNet 3.5
Windows 7 x64Add an OnPaint event for the PictureBox and use DrawReversibleFrame there.
精彩评论