Example #1
0
 public Corners(Section section)
 {
     this.section = section;
 }
Example #2
0
 public BorderedSection(Section section, Symbol borderSymbol, BorderSides sides = BorderSides.All) :
     this(section.PinY, section.PinX, section.Height, section.Width, section.Layer, borderSymbol, sides)
 {
 }