コード例 #1
0
 private void MedianMenuOption_Click(object sender, EventArgs e)
 {
     ImageProcess.OnFilterMedian(model);
     Invalidate();
 }