Vector.Win32.Gdi.SwapBuffers C# (CSharp) Method

SwapBuffers() private method

private SwapBuffers ( IntPtr deviceContext ) : bool
deviceContext System.IntPtr
return bool
        public static extern bool SwapBuffers(IntPtr deviceContext);