Méthode | Description | |
---|---|---|
Array2Image ( byte data, int width, int height, int stride ) : byte>.Image |
||
ToBitmap ( this bitmapsource ) : |
||
ToBitmapSource ( this bmp ) : System.Windows.Media.Imaging.BitmapSource | ||
ToByteArray ( this array ) : byte[] | ||
UpdateWriteBMP ( System.Windows.Media.Imaging.WriteableBitmap wbmp, |
||
WriteBMPtoBMP ( System.Windows.Media.Imaging.WriteableBitmap writeBmp ) : |
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 |
public static ToBitmap ( this bitmapsource ) : |
||
bitmapsource | this | |
Résultat |
public static ToBitmapSource ( this bmp ) : System.Windows.Media.Imaging.BitmapSource | ||
bmp | this | |
Résultat | System.Windows.Media.Imaging.BitmapSource |
public static ToByteArray ( this array ) : byte[] | ||
array | this | |
Résultat | byte[] |
public static UpdateWriteBMP ( System.Windows.Media.Imaging.WriteableBitmap wbmp, |
||
wbmp | System.Windows.Media.Imaging.WriteableBitmap | |
bmp | ||
Résultat | void |
public static WriteBMPtoBMP ( System.Windows.Media.Imaging.WriteableBitmap writeBmp ) : |
||
writeBmp | System.Windows.Media.Imaging.WriteableBitmap | |
Résultat |