2022年12月14日

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)

C# winform picturebox 选中区域

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2022-12-14 14:30 空明流光 阅读(636) 评论(0) 推荐(0)

导航