OpenTK.Platform.X11.X11Factory.CreateGetCurrentGraphicsContext C# (CSharp) Method

CreateGetCurrentGraphicsContext() public method

public CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
return GraphicsContext.GetCurrentContextDelegate
        public virtual GraphicsContext.GetCurrentContextDelegate CreateGetCurrentGraphicsContext()
        {
            return (GraphicsContext.GetCurrentContextDelegate)delegate
            {
                return new ContextHandle(Glx.GetCurrentContext());
            };
        }