C# 클래스 OpenTK.Platform.MacOS.CarbonWindowInfo

Describes a Carbon window.
상속: IWindowInfo
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void

공개 메소드들

메소드 설명
CarbonWindowInfo ( IntPtr windowRef, bool ownHandle, bool isControl ) : System

Constructs a new instance with the specified parameters.

Dispose ( ) : void
ToString ( ) : string

Returns a System.String that represents the current window.

비공개 메소드들

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

메소드 상세

CarbonWindowInfo() 공개 메소드

Constructs a new instance with the specified parameters.
public CarbonWindowInfo ( IntPtr windowRef, bool ownHandle, bool isControl ) : System
windowRef System.IntPtr A valid Carbon window reference.
ownHandle bool
isControl bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

Returns a System.String that represents the current window.
public ToString ( ) : string
리턴 string