C# Класс OpenTK.Platform.X11.X11WindowInfo

Наследование: IWindowInfo, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes of this X11WindowInfo instance.

Equals ( object obj ) : bool

Checks if this and obj reference the same win32 window.

GetHashCode ( ) : int

Returns the hash code for this instance.

ToString ( ) : string

Returns a System.String that represents the current window.

X11WindowInfo ( ) : System

Constructs a new X11WindowInfo class.

X11WindowInfo ( IntPtr handle, X11WindowInfo parent ) : System

Constructs a new X11WindowInfo class from the specified window handle and parent.

Описание методов

Dispose() публичный Метод

Disposes of this X11WindowInfo instance.
public Dispose ( ) : void
Результат void

Equals() публичный Метод

Checks if this and obj reference the same win32 window.
public Equals ( object obj ) : bool
obj object The object to check against.
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this instance.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a System.String that represents the current window.
public ToString ( ) : string
Результат string

X11WindowInfo() публичный Метод

Constructs a new X11WindowInfo class.
public X11WindowInfo ( ) : System
Результат System

X11WindowInfo() публичный Метод

Constructs a new X11WindowInfo class from the specified window handle and parent.
public X11WindowInfo ( IntPtr handle, X11WindowInfo parent ) : System
handle System.IntPtr The handle of the window.
parent X11WindowInfo The parent of the window.
Результат System