Exemplo n.º 1
0
		public IGraphicsControl Internal_CreateGraphicsControl()
		{
			var glc = new GLControlWrapper(this);
			glc.CreateControl();

			//now the control's context will be current. annoying! fix it.
			MakeDefaultCurrent();


			return glc;
		}
Exemplo n.º 2
0
        public IGraphicsControl Internal_CreateGraphicsControl()
        {
            var glc = new GLControlWrapper(this);

            glc.CreateControl();

            //now the control's context will be current. annoying! fix it.
            MakeDefaultCurrent();


            return(glc);
        }