public DefineShape() : base(2) { this.LineStyles = new LineStyleArray(); this.nFillBits = 0; this.nLineBits = 0; this.hasBounds = false; this.Records = new RecordArray(this); this.FillStyles = new FillStyleArray(this); }
public ShapeWithStyle() { this.Records = new RecordArray(this); this.FillStyles = new FillStyleArray(this); }