C# Class OpenTK.Platform.X11.X11WindowInfo

Inheritance: IWindowInfo, IDisposable
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Dispose() public méthode

Disposes of this X11WindowInfo instance.
public Dispose ( ) : void
Résultat void

Equals() public méthode

Checks if this and obj reference the same win32 window.
public Equals ( object obj ) : bool
obj object The object to check against.
Résultat bool

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a System.String that represents the current window.
public ToString ( ) : string
Résultat string

X11WindowInfo() public méthode

Constructs a new X11WindowInfo class.
public X11WindowInfo ( ) : System
Résultat System

X11WindowInfo() public méthode

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.
Résultat System