C# 클래스 DroidExplorer.Core.Adb.RawImage

Data representing an image taken from a device frame buffer.
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

공개 메소드들

메소드 설명
GetHeaderSize ( int version ) : int
GetRotated ( ) : RawImage
RawImage ( ) : System

Initializes a new instance of the RawImage class.

ReadHeader ( int version, BinaryReader buf ) : bool
ToImage ( ) : Image

Converts this raw image to an Image

ToImage ( PixelFormat format ) : Image

Converts this raw image to an Image

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
Swap ( byte b ) : byte[]

메소드 상세

GetHeaderSize() 공개 정적인 메소드

public static GetHeaderSize ( int version ) : int
version int
리턴 int

GetRotated() 공개 메소드

public GetRotated ( ) : RawImage
리턴 RawImage

RawImage() 공개 메소드

Initializes a new instance of the RawImage class.
public RawImage ( ) : System
리턴 System

ReadHeader() 공개 메소드

public ReadHeader ( int version, BinaryReader buf ) : bool
version int
buf System.IO.BinaryReader
리턴 bool

ToImage() 공개 메소드

Converts this raw image to an Image
public ToImage ( ) : Image
리턴 Image

ToImage() 공개 메소드

Converts this raw image to an Image
public ToImage ( PixelFormat format ) : Image
format PixelFormat The format.
리턴 Image

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string