Example #1
0
 public customStroke(StylusPointCollection pts, PaintingCanvas ink)
     : base(pts)
 {
     this.StylusPoints = pts;
     this.color        = ink.colorName;
     this.size         = ink.penSize;
 }
Example #2
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     //赋值
     drawCanvas = new PaintingCanvas(this, this.Ink);
 }