예제 #1
0
 public DAIShape(DAIShapeType shapeType)
     : this(shapeType, 1, new RGBColor())
 {
 }
예제 #2
0
 public DAIShape(DAIShapeType shapeType, int width, RGBColor color)
 {
     this.shapeType = shapeType;
     this.width     = width;
     this.color     = color;
 }