C# 클래스 OpenTK.Platform.Windows.WinWindowInfo

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases the unmanaged resources consumed by this 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.

WinWindowInfo ( ) : System

Constructs a new instance.

WinWindowInfo ( IntPtr handle, WinWindowInfo parent ) : System

Constructs a new instance with the specified window handle and paren.t

비공개 메소드들

메소드 설명
Dispose ( bool manual ) : void

메소드 상세

Dispose() 공개 메소드

Releases the unmanaged resources consumed by this 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

WinWindowInfo() 공개 메소드

Constructs a new instance.
public WinWindowInfo ( ) : System
리턴 System

WinWindowInfo() 공개 메소드

Constructs a new instance with the specified window handle and paren.t
public WinWindowInfo ( IntPtr handle, WinWindowInfo parent ) : System
handle System.IntPtr The window handle for this instance.
parent WinWindowInfo The parent window of this instance (may be null).
리턴 System