GetBytesBGRA() 공개 메소드

public GetBytesBGRA ( ) : byte[]
리턴 byte[]
예제 #1
0
파일: Bmp.cs 프로젝트: As-Tomas/PsHandler
 public static Bitmap BmpToBitmap(Bmp bmp)
 {
     return(BytesToBitmap_Unsafe(bmp.GetBytesBGRA(), bmp.Width, bmp.Height));
 }
예제 #2
0
 public static Bitmap BmpToBitmap(Bmp bmp)
 {
     return BytesToBitmap_Unsafe(bmp.GetBytesBGRA(), bmp.Width, bmp.Height);
 }