Fix documentation for NativeWindow.Width

This commit is contained in:
Benjamin Ward 2016-01-02 11:40:16 -05:00
parent f0de8333a6
commit 22222b003a

View file

@ -471,7 +471,7 @@ namespace OpenTK
#region Width #region Width
/// <summary> /// <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. /// The coordinates are specified in device-dependent pixels.
/// </summary> /// </summary>
public int Width public int Width