Esempio n. 1
0
 public Ellipse(Point startPoint, Point endPoint, int angle, LineStyle borderStyle, FillStyle fillStyle) : base(startPoint, endPoint, angle, borderStyle, fillStyle)
 {
 }
Esempio n. 2
0
 public PolyLine(LineStyle lineStyle, Point[] points)
 {
     LineStyle = lineStyle;
     Points    = points;
 }