C# 클래스 OpenTK.Platform.X11.X11WindowInfo

상속: IWindowInfo, IDisposable
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
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