Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个表格。我要做的就是在另一个表单上显示该表单的一部分。我不希望它具有功能或任何东西。我基本上只是希望它是一张照片。这可能吗?如果可以,怎么做?
像
display = new display(form, new rectangle(X1, X2, Y1, Y2));
有这种可能吗?
是的,你可以这样做:
Bitmap bmp = new Bitmap(myWidth, myHeight); myForm.DrawToBitmap(bmp, new Rectangle(x, y, bmp.Width, bmp.Height));
然后将此位图传递给另一个表单。
我是 iPhone 新手,我使用情节提要创建了一个应用程序,并尝试在 iOS 4 iPhone 中安装。我的应用程序未安装在 iPhone(iOS 4)中。我知道故事板安装在 iOS 5 中。是否有可能将其安装在 < ios5. 在此先感谢。等待回复