コード例 #1
0
 public PrintPen(float width, float[] dashStyle, PrintColor color)
 {
     this.Width     = width;
     this.DashStyle = dashStyle;
     this.Color     = color;
 }
コード例 #2
0
ファイル: PrintColor.cs プロジェクト: NTDLS/SyntaxBox
 static PrintColor()
 {
     Empty = new PrintColor(255, 0, 0, 0);
 }