C# Class WindowlessControls.NativeObject

Inheritance: IDisposable
Show file Open project: koush/WindowlessControls

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
NativeObject ( IntPtr handle ) : System

Private Methods

Method Description
DeleteObject ( IntPtr hObject ) : bool
Select ( IntPtr hdc ) : IntPtr
SelectObject ( IntPtr hdc, IntPtr hObject ) : IntPtr

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NativeObject() protected method

protected NativeObject ( IntPtr handle ) : System
handle System.IntPtr
return System