protected SkiaAbstractControlHandler(DrawMapper <TVirtualView> drawMapper, PropertyMapper <TVirtualView> mapper)
 {
     this.drawMapper = drawMapper ?? new DrawMapper <TVirtualView>(SkiaControl.DrawMapper);
     this.mapper     = mapper ?? new PropertyMapper <TVirtualView>(SkiaControl.Mapper);
 }
Exemplo n.º 2
0
 public DrawMapper(DrawMapper <View> chained)
 {
     _chained = chained;
 }
 protected SkiaAbstractControlHandler()
 {
     drawMapper = new DrawMapper <TVirtualView>(SkiaControl.DrawMapper);
     mapper     = new PropertyMapper <TVirtualView>(SkiaControl.Mapper);
 }