Ejemplo n.º 1
0
        public LayerControl()
        {
            InitializeComponent();

            layerControl   = new LayerControlHack(this);
            ResizeRedraw   = false;
            DoubleBuffered = false;
            SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.AllPaintingInWmPaint, true);
            SetStyle(ControlStyles.Opaque, true);
        }
Ejemplo n.º 2
0
        public LayerControl()
        {
            InitializeComponent();

            layerControl = new LayerControlHack(this);
            ResizeRedraw = false;
            DoubleBuffered = false;
            SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.AllPaintingInWmPaint, true);
            SetStyle(ControlStyles.Opaque, true);
        }
Ejemplo n.º 3
0
        public LayerControl()
        {
            InitializeComponent();

            layerControl = new LayerControlHack(this);
        }