Beispiel #1
0
        public CustomTrackBar(IColorComponentDrawingImplementer implementer)
        {
            _drawingImplementer = implementer;

            SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint |
                     Utilities.DoubleBufferStyle | ControlStyles.Opaque, true);
        }
Beispiel #2
0
        public CustomTrackBar(IColorComponentDrawingImplementer implementer)
        {
            _drawingImplementer = implementer;

            SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint |
                Utilities.DoubleBufferStyle | ControlStyles.Opaque, true);
        }