C# Class OpenTK.Platform.MacOS.CarbonWindowInfo

Describes a Carbon window.
Inheritance: IWindowInfo
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Private Properties

Свойство Type Description
Dispose void

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CarbonWindowInfo() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ToString() public méthode

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