mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-05 17:30:34 +00:00
Fix documentation for NativeWindow.Width
This commit is contained in:
parent
f0de8333a6
commit
22222b003a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue