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