Example #1
0
 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);
 }
Example #2
0
 public ShapeWithStyle()
 {
     this.Records = new RecordArray(this);
     this.FillStyles = new FillStyleArray(this);
 }
Example #3
0
 public ShapeWithStyle()
 {
     this.Records    = new RecordArray(this);
     this.FillStyles = new FillStyleArray(this);
 }