C# Class KinectDaemon.UserInterface.InteropBitmapHelper

Afficher le fichier Open project: Jerdak/KinectDaemon Class Usage Examples

Méthodes publiques

Méthode Description
InteropBitmapHelper ( int width, int height, byte imageBits ) : System
InteropBitmapHelper ( int width, int height, byte imageBits, System.Windows.Media.PixelFormat pixelFormat ) : System
UpdateBits ( byte imageBits ) : void

Private Methods

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

Method Details

InteropBitmapHelper() public méthode

public InteropBitmapHelper ( int width, int height, byte imageBits ) : System
width int
height int
imageBits byte
Résultat System

InteropBitmapHelper() public méthode

public InteropBitmapHelper ( int width, int height, byte imageBits, System.Windows.Media.PixelFormat pixelFormat ) : System
width int
height int
imageBits byte
pixelFormat System.Windows.Media.PixelFormat
Résultat System

UpdateBits() public méthode

public UpdateBits ( byte imageBits ) : void
imageBits byte
Résultat void