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