C# Class CLNUIDeviceTest.NUIImage

Inheritance: IDisposable
Datei anzeigen Open project: zeviance/Kinect-Mouse-Controller Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Invalidate ( ) : void
NUIImage ( int width, int height ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CloseHandle ( IntPtr hHandle ) : bool
CreateFileMapping ( IntPtr hFile, IntPtr lpFileMappingAttributes, uint flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, string lpName ) : IntPtr
MapViewOfFile ( IntPtr hFileMappingObject, uint dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap ) : IntPtr
UnmapViewOfFile ( IntPtr hMap ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Invalidate() public method

public Invalidate ( ) : void
return void

NUIImage() public method

public NUIImage ( int width, int height ) : System
width int
height int
return System