Method | 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 | |
return | byte>.Image |
public static ToBitmap ( this bitmapsource ) : |
||
bitmapsource | this | |
return |
public static ToBitmapSource ( this bmp ) : System.Windows.Media.Imaging.BitmapSource | ||
bmp | this | |
return | System.Windows.Media.Imaging.BitmapSource |
public static ToByteArray ( this array ) : byte[] | ||
array | this | |
return | byte[] |
public static UpdateWriteBMP ( System.Windows.Media.Imaging.WriteableBitmap wbmp, |
||
wbmp | System.Windows.Media.Imaging.WriteableBitmap | |
bmp | ||
return | void |
public static WriteBMPtoBMP ( System.Windows.Media.Imaging.WriteableBitmap writeBmp ) : |
||
writeBmp | System.Windows.Media.Imaging.WriteableBitmap | |
return |