コード例 #1
0
 public void RestoreEditorContext(MaskEditContext context)
 {
     this.ResetEditorContext();
     this.inkCanvas.Strokes.Add(new StrokeCollection(context.Strokes));
 }
コード例 #2
0
 public void RestoreEditorContext(MaskEditContext context)
 {
     this.ResetEditorContext();
     this.inkCanvas.Strokes.Add(new StrokeCollection(context.Strokes));
 }