Пример #1
0
 public LayerControl(ImageCanvas imgCanvas)
 {
     LayerControl.IsCreated = true;
     InitializeComponent();
     this.image = imgCanvas;
     UpdateLayersControl();
 }
Пример #2
0
 public PrimitiveDrawingDirect(ImageCanvas canv)
 {
     this.CanvasWithImage = canv;
     currentDrawing       = null;
 }
Пример #3
0
 public LayerControl()
 {
     LayerControl.IsCreated = true;
     image = null;
     InitializeComponent();
 }