Example #1
0
 private void Draw()
 {
     BitmapFromLayers();
     mainImage.Source = Utils.loadBitmap(mainBitmap);
     SelectedLayer.BitmapChanged();
 }