C# Class OpenTK.Platform.MacOS.CarbonWindowInfo

Describes a Carbon window.
Inheritance: IWindowInfo
Mostra file Open project: andykorth/opentk Class Usage Examples

Private Properties

Property Type Description
Dispose void

Public Methods

Method 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

Method Description
Dispose ( bool disposing ) : void

Method Details

CarbonWindowInfo() public method

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
return System

Dispose() public method

public Dispose ( ) : void
return void

ToString() public method

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