以色列国国旗上面是一颗大卫星(六角星),象征着国家的权力。 大卫星也被称为大卫盾,是一个传统的犹太教符号 。 大卫之星象征着犹太人民的重生和新生活,将以色列国通过其国旗与过去联系在一起 。
以色列国旗代码
Point pt0 = new Point(10,10);
int width = 50;
var g = pictureBox1.CreateGraphics();
g.Clear(Color.White);
var pen = new Pen(Color.Black);
var brush = new SolidBrush(Color.White);
g.DrawRectangle(pen,pt0.X, pt0.Y, width * 12, width * 8);
brush.Color = Color.Blue;
g.FillRectangle(brush, 10,50, 600, 50);
brush.Color = Color.Blue;
g.FillRectangle(brush, 10, 320, 600, 50);
var a = this.pictureBox1.CreateGraphics();
var p = new Pen(Color.Black,10);
brush.Color = Color.Blue;
Rectangle[] rects = new Rectangle[3];
Point point1 = new Point(300,114);
Point point2 = new Point(217,245);
Point point3 = new Point(380,245);
Point[] pntArr = { point1, point2, point3 };
g.FillPolygon(Brushes.Blue, pntArr);
brush.Color = Color.Blue;
Rectangle[] rects1 = new Rectangle[3];
Point point4= new Point(300, 288);
Point point5 = new Point(217,160);
Point point6 = new Point(380, 160);
Point[] pntArr1 = { point4, point5, point6 };
g.FillPolygon(Brushes.Blue, pntArr1);
brush.Color = Color.Blue;
Rectangle[] rects2 = new Rectangle[3];
Point point7 = new Point(300, 141);
Point point8 = new Point(240, 232);
Point point9 = new Point(358, 232);
Point[] pntArr2 = { point7, point8, point9 };
g.FillPolygon(Brushes.White, pntArr2);
brush.Color = Color.Blue;
Rectangle[] rects3 = new Rectangle[3];
Point point10 = new Point(300, 261);
Point point11 = new Point(240, 170);
Point point12 = new Point(358, 170);
Point[] pntArr3 = { point10, point11, point12 };
g.FillPolygon(Brushes.White, pntArr3);
brush.Color = Color.Blue;
g.FillRectangle(brush, 240, 160, 120, 13);
brush.Color = Color.Blue;
g.FillRectangle(brush, 240, 231, 120, 13);
SolidBrush solidBrush = new SolidBrush(Color.Blue);
Point point13 = new Point(300, 141);
Point point14 = new Point(358, 232);
Point point15 = new Point(310, 135);
Point point16 = new Point(362, 218);
Point[] points1 = { point14, point13, point15, point16};
g.FillPolygon(solidBrush,points1);
SolidBrush solidBrush1 = new SolidBrush(Color.Blue);
Point point17 = new Point(358, 170);
Point point18 = new Point(300, 261);
Point point19 = new Point(370, 176);
Point point20 = new Point(304, 275);
Point[] points2 = { point18, point17, point19, point20 };
g.FillPolygon(solidBrush, points2);
SolidBrush solidBrush2 = new SolidBrush(Color.Blue);
Point point21 = new Point(290, 135);
Point point22 = new Point(230, 226);
Point point23 = new Point(300, 141);
Point point24 = new Point(240, 232);
Point[] points3 = { point22, point21, point23, point24 };
g.FillPolygon(solidBrush, points3);
SolidBrush solidBrush3 = new SolidBrush(Color.Blue);
Point point25 = new Point(220, 164);
Point point26 = new Point(290, 267);
Point point27 = new Point(240, 170);
Point point28 = new Point(300, 261);
Point[] points4 = { point26, point25, point27, point28 };
g.FillPolygon(solidBrush, points4);
//g.re
//ctureBox1.Refresh();