C# Class CLNUIDeviceTest.NUIImage

Inheritance: IDisposable
Afficher le fichier Open project: zeviance/Kinect-Mouse-Controller Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Invalidate ( ) : void
NUIImage ( int width, int height ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

NUIImage() public méthode

public NUIImage ( int width, int height ) : System
width int
height int
Résultat System