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