mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-21 22:27:49 +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
|
#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
|
||||||
|
@ -493,7 +493,7 @@ namespace OpenTK
|
||||||
#region WindowBorder
|
#region WindowBorder
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or states the border of the NativeWindow.
|
/// Gets or sets the border of the NativeWindow.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public WindowBorder WindowBorder
|
public WindowBorder WindowBorder
|
||||||
{
|
{
|
||||||
|
@ -528,7 +528,7 @@ namespace OpenTK
|
||||||
#region WindowState
|
#region WindowState
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or states the state of the NativeWindow.
|
/// Gets or sets the state of the NativeWindow.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual WindowState WindowState
|
public virtual WindowState WindowState
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue