Exemple #1
0
 public void RegisterHandler(CORNER corner, Action handler)
 {
     Mapping.Add(corner, handler);
 }
Exemple #2
0
 public HotBox(CORNER corner, int x, int y, int w, int h)
 {
     Corner = corner;
     Rect   = new Rectangle(x, y, w, h);
 }