C# 클래스 XEDParser.ImageConverter

add summary here
파일 보기 프로젝트 열기: huangfuyang/Sign-Language-with-Kinect

공개 메소드들

메소드 설명
Array2Image ( byte data, int width, int height, int stride ) : byte>.Image
ToBitmap ( this bitmapsource ) : Bitmap
ToBitmapSource ( this bmp ) : System.Windows.Media.Imaging.BitmapSource
ToByteArray ( this array ) : byte[]
UpdateWriteBMP ( System.Windows.Media.Imaging.WriteableBitmap wbmp, Bitmap bmp ) : void
WriteBMPtoBMP ( System.Windows.Media.Imaging.WriteableBitmap writeBmp ) : Bitmap

메소드 상세

Array2Image() 공개 정적인 메소드

public static Array2Image ( byte data, int width, int height, int stride ) : byte>.Image
data byte
width int
height int
stride int
리턴 byte>.Image

ToBitmap() 공개 정적인 메소드

public static ToBitmap ( this bitmapsource ) : Bitmap
bitmapsource this
리턴 System.Drawing.Bitmap

ToBitmapSource() 공개 정적인 메소드

public static ToBitmapSource ( this bmp ) : System.Windows.Media.Imaging.BitmapSource
bmp this
리턴 System.Windows.Media.Imaging.BitmapSource

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( this array ) : byte[]
array this
리턴 byte[]

UpdateWriteBMP() 공개 정적인 메소드

public static UpdateWriteBMP ( System.Windows.Media.Imaging.WriteableBitmap wbmp, Bitmap bmp ) : void
wbmp System.Windows.Media.Imaging.WriteableBitmap
bmp System.Drawing.Bitmap
리턴 void

WriteBMPtoBMP() 공개 정적인 메소드

public static WriteBMPtoBMP ( System.Windows.Media.Imaging.WriteableBitmap writeBmp ) : Bitmap
writeBmp System.Windows.Media.Imaging.WriteableBitmap
리턴 System.Drawing.Bitmap