mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 23:25:27 +00:00
Merge pull request #328 from WardBenjamin/develop
Fix documentation for NativeWindow.Width
This commit is contained in:
commit
6ac1c63ff3
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue