1
如何將圖片加載到Windows Mobile中的PictureBox?如何將圖片加載到Windows Mobile中的PictureBox中?
有沒有財產以後像「PictureBox1.Image.Load(......」 ???
感謝的
如何將圖片加載到Windows Mobile中的PictureBox?如何將圖片加載到Windows Mobile中的PictureBox中?
有沒有財產以後像「PictureBox1.Image.Load(......」 ???
感謝的
您需要創建圖像對象,然後將其分配到圖片框:
Image myImage = new Bitmap(...);
PixtureBox1.Image = myImage;
我修改小幅分配新的防止OOM之前處理任何現有的圖像,特別是如果你經常加載 – ctacke 2009-07-08 15:35:48