summaryrefslogtreecommitdiff
path: root/ProjectedStripBoard/bin/Debug/OpenTK.GLControl.xml
diff options
context:
space:
mode:
authorhurter2011-08-31 16:25:05 +0000
committerhurter2011-08-31 16:25:05 +0000
commit42dc1d36235292786322d28340a81c6cb3fd46c0 (patch)
tree6f4ef0d4ad672c54500d9457af90fc599ac9b299 /ProjectedStripBoard/bin/Debug/OpenTK.GLControl.xml
parent5aa429a3e7e9f610f5b2dd8f8e2a865ecfd25ea3 (diff)
downloadamilis-42dc1d36235292786322d28340a81c6cb3fd46c0.zip
amilis-42dc1d36235292786322d28340a81c6cb3fd46c0.tar.gz
amilis-42dc1d36235292786322d28340a81c6cb3fd46c0.tar.bz2
amilis-42dc1d36235292786322d28340a81c6cb3fd46c0.tar.xz
Diffstat (limited to 'ProjectedStripBoard/bin/Debug/OpenTK.GLControl.xml')
-rw-r--r--ProjectedStripBoard/bin/Debug/OpenTK.GLControl.xml129
1 files changed, 129 insertions, 0 deletions
diff --git a/ProjectedStripBoard/bin/Debug/OpenTK.GLControl.xml b/ProjectedStripBoard/bin/Debug/OpenTK.GLControl.xml
new file mode 100644
index 0000000..80f1ca5
--- /dev/null
+++ b/ProjectedStripBoard/bin/Debug/OpenTK.GLControl.xml
@@ -0,0 +1,129 @@
+<?xml version="1.0"?>
+<doc>
+ <assembly>
+ <name>OpenTK.GLControl</name>
+ </assembly>
+ <members>
+ <member name="T:OpenTK.GLControl">
+ <summary>
+ Defines a UserControl with OpenGL rendering capabilities.
+ </summary>
+ </member>
+ <member name="F:OpenTK.GLControl.components">
+ <summary>
+ Required designer variable.
+ </summary>
+ </member>
+ <member name="M:OpenTK.GLControl.Dispose(System.Boolean)">
+ <summary>
+ Clean up any resources being used.
+ </summary>
+ <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.InitializeComponent">
+ <summary>
+ Required method for Designer support - do not modify
+ the contents of this method with the code editor.
+ </summary>
+ </member>
+ <member name="M:OpenTK.GLControl.#ctor">
+ <summary>
+ Constructs a new GLControl.
+ </summary>
+ </member>
+ <member name="M:OpenTK.GLControl.#ctor(OpenTK.Graphics.GraphicsMode)">
+ <summary>
+ Constructs a new GLControl with the specified GraphicsMode.
+ </summary>
+ <param name="mode">The OpenTK.Graphics.GraphicsMode of the control.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.#ctor(OpenTK.Graphics.GraphicsMode,System.Int32,System.Int32,OpenTK.Graphics.GraphicsContextFlags)">
+ <summary>
+ Constructs a new GLControl with the specified GraphicsMode.
+ </summary>
+ <param name="mode">The OpenTK.Graphics.GraphicsMode of the control.</param>
+ <param name="major">The major version for the OpenGL GraphicsContext.</param>
+ <param name="minor">The minor version for the OpenGL GraphicsContext.</param>
+ <param name="flags">The GraphicsContextFlags for the OpenGL GraphicsContext.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.OnHandleCreated(System.EventArgs)">
+ <summary>Raises the HandleCreated event.</summary>
+ <param name="e">Not used.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.OnHandleDestroyed(System.EventArgs)">
+ <summary>Raises the HandleDestroyed event.</summary>
+ <param name="e">Not used.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
+ <summary>
+ Raises the System.Windows.Forms.Control.Paint event.
+ </summary>
+ <param name="e">A System.Windows.Forms.PaintEventArgs that contains the event data.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.OnResize(System.EventArgs)">
+ <summary>
+ Raises the Resize event.
+ Note: this method may be called before the OpenGL context is ready.
+ Check that IsHandleCreated is true before using any OpenGL methods.
+ </summary>
+ <param name="e">A System.EventArgs that contains the event data.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.OnParentChanged(System.EventArgs)">
+ <summary>
+ Raises the ParentChanged event.
+ </summary>
+ <param name="e">A System.EventArgs that contains the event data.</param>
+ </member>
+ <member name="M:OpenTK.GLControl.SwapBuffers">
+ <summary>
+ Swaps the front and back buffers, presenting the rendered scene to the screen.
+ </summary>
+ </member>
+ <member name="M:OpenTK.GLControl.MakeCurrent">
+ <summary>
+ Makes the underlying this GLControl current in the calling thread.
+ All OpenGL commands issued are hereafter interpreted by this GLControl.
+ </summary>
+ </member>
+ <member name="M:OpenTK.GLControl.GrabScreenshot">
+ <summary>Grabs a screenshot of the frontbuffer contents.</summary>
+ <returns>A System.Drawing.Bitmap, containing the contents of the frontbuffer.</returns>
+ <exception cref="T:OpenTK.Graphics.GraphicsContextException">
+ Occurs when no OpenTK.Graphics.GraphicsContext is current in the calling thread.
+ </exception>
+ </member>
+ <member name="P:OpenTK.GLControl.IsIdle">
+ <summary>
+ Gets a value indicating whether the current thread contains pending system messages.
+ </summary>
+ </member>
+ <member name="P:OpenTK.GLControl.Context">
+ <summary>
+ Gets an interface to the underlying GraphicsContext used by this GLControl.
+ </summary>
+ </member>
+ <member name="P:OpenTK.GLControl.AspectRatio">
+ <summary>
+ Gets the aspect ratio of this GLControl.
+ </summary>
+ </member>
+ <member name="P:OpenTK.GLControl.VSync">
+ <summary>
+ Gets or sets a value indicating whether vsync is active for this GLControl.
+ </summary>
+ </member>
+ <member name="P:OpenTK.GLControl.GraphicsMode">
+ <summary>
+ Gets the GraphicsMode of the GraphicsContext attached to this GLControl.
+ </summary>
+ <remarks>
+ To change the GraphicsMode, you must destroy and recreate the GLControl.
+ </remarks>
+ </member>
+ <member name="P:OpenTK.GLControl.WindowInfo">
+ <summary>
+ Gets the <see cref="T:OpenTK.Platform.IWindowInfo"/> for this instance.
+ </summary>
+ </member>
+ </members>
+</doc>