C# 클래스 KinectDaemon.UserInterface.InteropBitmapHelper

파일 보기 프로젝트 열기: Jerdak/KinectDaemon 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

InteropBitmapHelper() 공개 메소드

public InteropBitmapHelper ( int width, int height, byte imageBits ) : System
width int
height int
imageBits byte
리턴 System

InteropBitmapHelper() 공개 메소드

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
리턴 System

UpdateBits() 공개 메소드

public UpdateBits ( byte imageBits ) : void
imageBits byte
리턴 void