コード例 #1
0
ファイル: LayerControl.xaml.cs プロジェクト: Tgjmjgj/recto
 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
ファイル: LayerControl.xaml.cs プロジェクト: Tgjmjgj/recto
 public LayerControl()
 {
     LayerControl.IsCreated = true;
     image = null;
     InitializeComponent();
 }