Example #1
0
 public RemoveBackgroundEventArgs(ShapeBase shape)
 {
     Shape = shape;
 }
 protected virtual Graphics GetGraphics(ShapeBase shape)
 {
     return(Graphics);
 }
Example #3
0
 public AddRemoveShapeEventArgs(ShapeBase shape, EventType eventType, int shapeIndex)
 {
     Shape      = shape;
     Event      = eventType;
     ShapeIndex = shapeIndex;
 }