Beispiel #1
0
 public SettingHatch(HatchPolygon key,
                     int colorIndex,
                     PatternHatch pattern)
 {
     this.Key        = key;
     this.ColorIndex = colorIndex;
     this.Pattern    = pattern;
 }
Beispiel #2
0
 public HatchPolygon(string type,
                     string name,
                     int colorIndex,
                     PatternHatch pattern)
 {
     this.Type       = type;
     this.Name       = name;
     this.ColorIndex = colorIndex;
     this.Pattern    = pattern;
 }