public LayerControl(ImageCanvas imgCanvas) { LayerControl.IsCreated = true; InitializeComponent(); this.image = imgCanvas; UpdateLayersControl(); }
public PrimitiveDrawingDirect(ImageCanvas canv) { this.CanvasWithImage = canv; currentDrawing = null; }
public LayerControl() { LayerControl.IsCreated = true; image = null; InitializeComponent(); }