private void toolShapMatch_Click(object sender, EventArgs e) { var shape = new DetectGeometric(); shape.InitOption(); this.detectBindingSource.Add(shape); }
public DetectGeometric() : base() { this.Name = "形状匹配"; DetectGeometric.Init(); this.Type = ResultType.XY | ResultType.Angle | ResultType.Init; }