C# 获取指定固定范围内的比例固定的实际图片大小
摘要:
Rectangle? getImageRegion(PictureBox pic) { if (pic.Image == null) return null; var picHeight = pic.Width * pic.Image.Height / pic.Image.Width; if (pi 阅读全文
posted @ 2022-12-14 18:22 空明流光 阅读(308) 评论(0) 推荐(0)