标签: vb.net
我有一个名为if let path = Bundle.main.path(forResource: "somePNG", ofType: "png") { someImageView.image = UIImage(contentsOfFile: path) } 的表格。当我打开另一个表单时,formmain会最小化。 我的问题是,当我还原formmain时,其上控件的位置和大小已完全更改。 调整窗体大小时,我正在使用以下方法:
if let path = Bundle.main.path(forResource: "somePNG", ofType: "png") { someImageView.image = UIImage(contentsOfFile: path) }
formmain