예제 #1
0
 static PrintColor()
 {
     Empty = new PrintColor(255, 0, 0, 0);
 }
예제 #2
0
파일: PrintPen.cs 프로젝트: viticm/pap2
 public PrintPen(float width, float[] dashStyle, PrintColor color)
 {
     this.Width = width;
     this.DashStyle = dashStyle;
     this.Color = color;
 }
예제 #3
0
 public PrintPen(float width, float[] dashStyle, PrintColor color)
 {
     this.Width     = width;
     this.DashStyle = dashStyle;
     this.Color     = color;
 }
예제 #4
0
 static PrintColor()
 {
     Empty = new PrintColor(255, 0, 0, 0);
 }