C# Class XEDParser.ImageConverter

add summary here
Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect

Méthodes publiques

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

Method Details

Array2Image() public static méthode

public static Array2Image ( byte data, int width, int height, int stride ) : byte>.Image
data byte
width int
height int
stride int
Résultat byte>.Image

ToBitmap() public static méthode

public static ToBitmap ( this bitmapsource ) : Bitmap
bitmapsource this
Résultat System.Drawing.Bitmap

ToBitmapSource() public static méthode

public static ToBitmapSource ( this bmp ) : System.Windows.Media.Imaging.BitmapSource
bmp this
Résultat System.Windows.Media.Imaging.BitmapSource

ToByteArray() public static méthode

public static ToByteArray ( this array ) : byte[]
array this
Résultat byte[]

UpdateWriteBMP() public static méthode

public static UpdateWriteBMP ( System.Windows.Media.Imaging.WriteableBitmap wbmp, Bitmap bmp ) : void
wbmp System.Windows.Media.Imaging.WriteableBitmap
bmp System.Drawing.Bitmap
Résultat void

WriteBMPtoBMP() public static méthode

public static WriteBMPtoBMP ( System.Windows.Media.Imaging.WriteableBitmap writeBmp ) : Bitmap
writeBmp System.Windows.Media.Imaging.WriteableBitmap
Résultat System.Drawing.Bitmap