GetBytesBGRA() public method

public GetBytesBGRA ( ) : byte[]
return byte[]
Beispiel #1
0
 public static Bitmap BmpToBitmap(Bmp bmp)
 {
     return(BytesToBitmap_Unsafe(bmp.GetBytesBGRA(), bmp.Width, bmp.Height));
 }
Beispiel #2
0
 public static Bitmap BmpToBitmap(Bmp bmp)
 {
     return BytesToBitmap_Unsafe(bmp.GetBytesBGRA(), bmp.Width, bmp.Height);
 }