示例#1
0
 public void FinishImageImport(BitmapImage newImage, Point origin)
 {
     _workspace.AddNewLayer(newImage, origin);
 }