コード例 #1
0
ファイル: LayerControl.cs プロジェクト: trizdreaming/XLE
        public LayerControl()
        {
            InitializeComponent();

            layerControl   = new LayerControlHack(this);
            ResizeRedraw   = false;
            DoubleBuffered = false;
            SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.AllPaintingInWmPaint, true);
            SetStyle(ControlStyles.Opaque, true);
        }
コード例 #2
0
ファイル: LayerControl.cs プロジェクト: coreafive/XLE
        public LayerControl()
        {
            InitializeComponent();

            layerControl = new LayerControlHack(this);
            ResizeRedraw = false;
            DoubleBuffered = false;
            SetStyle(ControlStyles.UserPaint, true);
            SetStyle(ControlStyles.AllPaintingInWmPaint, true);
            SetStyle(ControlStyles.Opaque, true);
        }
コード例 #3
0
ファイル: LayerControl.cs プロジェクト: taknim/XLE
        public LayerControl()
        {
            InitializeComponent();

            layerControl = new LayerControlHack(this);
        }