开发者

DrawReversibleFrame foreground draw

开发者 https://www.devze.com 2023-03-03 11:11 出处:网络
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

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 x64


Add an OnPaint event for the PictureBox and use DrawReversibleFrame there.

0

精彩评论

暂无评论...
验证码 换一张
取 消