Merge pull request #328 from WardBenjamin/develop

Fix documentation for NativeWindow.Width
This commit is contained in:
Fraser Waters 2016-01-02 23:28:34 +00:00
commit 6ac1c63ff3

View file

@ -471,7 +471,7 @@ namespace OpenTK
#region Width
/// <summary>
/// Gets or sets the height of the OpenGL surface in window coordinates.
/// Gets or sets the width of the OpenGL surface in window coordinates.
/// The coordinates are specified in device-dependent pixels.
/// </summary>
public int Width
@ -493,7 +493,7 @@ namespace OpenTK
#region WindowBorder
/// <summary>
/// Gets or states the border of the NativeWindow.
/// Gets or sets the border of the NativeWindow.
/// </summary>
public WindowBorder WindowBorder
{
@ -528,7 +528,7 @@ namespace OpenTK
#region WindowState
/// <summary>
/// Gets or states the state of the NativeWindow.
/// Gets or sets the state of the NativeWindow.
/// </summary>
public virtual WindowState WindowState
{