예제 #1
0
 private void btn_paths_searched_Click(object sender, EventArgs e)
 {
     curBitmap = imageProcessing.SegmentationPaths(curBitmap);
     Invalidate();
 }