Esempio n. 1
0
 static PrintColor()
 {
     Empty = new PrintColor(255, 0, 0, 0);
 }
Esempio n. 2
0
 public PrintPen(float width, float[] dashStyle, PrintColor color)
 {
     this.Width = width;
     this.DashStyle = dashStyle;
     this.Color = color;
 }
Esempio n. 3
0
 public PrintPen(float width, float[] dashStyle, PrintColor color)
 {
     this.Width     = width;
     this.DashStyle = dashStyle;
     this.Color     = color;
 }
Esempio n. 4
0
 static PrintColor()
 {
     Empty = new PrintColor(255, 0, 0, 0);
 }