通孔填锡率:标签显示THTLimit参数,右键标签可编辑阈值,椭圆轴手柄调整
This commit is contained in:
@@ -100,7 +100,7 @@ namespace XP.ImageProcessing.RoiControl.Models
|
||||
|
||||
double rate = FillRate;
|
||||
string cls = Classification;
|
||||
Label.Text = $"{rate:F1}% {cls}";
|
||||
Label.Text = $"Fill: {rate:F1}% | THTLimit: {THTLimit:F1}% | {cls}";
|
||||
Label.Foreground = cls == "PASS" ? Brushes.Lime : Brushes.Red;
|
||||
double labelX = Math.Max(Math.Max(E1.X, E2.X), Math.Max(E3.X, E4.X)) + 15;
|
||||
double labelY = (E1.Y + E2.Y) / 2;
|
||||
|
||||
Reference in New Issue
Block a user