19067.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 22 行
HTML
22 行
<html> <head> <title>Picture Box 的Picture,Image属性PaintPicture方法</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Picture Box 的Picture,Image属性PaintPicture方法</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:frankho@tomail.com.tw">小鑫</a> on September 17, 1999 at 20:45:40:<p>利用两个Picture Box来做 <br>'反转pic1<br>pic1.paintpicture pic1.picture,0,0,pic1.scalewidth,pic1.scaleheight_<br> ,pic1.scalewidth,pic1.scaleheight,-pic1.scalewidht,-scaleheight<br>pic2.picture=pic1.picture 'pic2没反转<br>pic2.picture=pic1.image 'pic2反转<br>pic2.paintpicture pic1.picture,0,0,100,100,0,0,100,100 'pic2没反转<br>加pic1.refresh没用<br>加pic1.picture=pic1.image有用<br>何解?<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19067--></ul><!--end: 19067--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?