Example #1
0
 public tPen(EditorEx inst, Tool t) : base(inst, t) { }
Example #2
0
 public ToolFunc(EditorEx inst, Tool t)
 {
     this.inst = inst;
     this.tool = t;
 }
Example #3
0
 public tText(EditorEx inst, Tool t) : base(inst, t) { }
Example #4
0
 public tCrop(EditorEx inst, Tool t) : base(inst, t) { }
Example #5
0
 public tBlur(EditorEx inst, Tool t) : base(inst, t) { }
Example #6
0
 public tPen(EditorEx inst, Tool t) : base(inst, t)
 {
 }
Example #7
0
 public tHighlighter(EditorEx inst, Tool t) : base(inst, t) { }
Example #8
0
 public tText(EditorEx inst, Tool t) : base(inst, t)
 {
 }
Example #9
0
 public ToolFunc(EditorEx inst, Tool t)
 {
     this.inst = inst;
     this.tool = t;
 }
Example #10
0
 public tBlur(EditorEx inst, Tool t) : base(inst, t)
 {
 }
Example #11
0
 public tCrop(EditorEx inst, Tool t) : base(inst, t)
 {
 }
Example #12
0
 public tHighlighter(EditorEx inst, Tool t) : base(inst, t)
 {
 }