Beispiel #1
0
 public Zone(List <Rect> boundingBoxes, Color outlineColor)
 {
     BoundingBoxes = boundingBoxes;
     Id            = idCnt++;
     Behavior      = new EmptyZoneBehavior();
 }
Beispiel #2
0
 public ZoneBehaviorContextMenuItem(IZone Zone, ZoneDisplay Display, IZoneBehavior behavior) : base(Zone, Display)
 {
     _ZoneBehavior = behavior;
 }