GetBytesBGRA() public method

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