Fix documentation for NativeWindow.Width
This commit is contained in:
parent
f0de8333a6
commit
22222b003a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue