C# 클래스 DroidExplorer.Core.IO.Rgb565

파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
ToImage ( PixelFormat format, byte buffer ) : Image
ToImage ( PixelFormat format, byte data, int width, int height ) : Image
ToImage ( Stream stream ) : Image
ToImage ( String file ) : Image
ToImage ( byte buffer ) : Image
ToImage ( byte data, int width, int height ) : Image
ToRgb565 ( this image, string file ) : bool

메소드 상세

ToImage() 공개 정적인 메소드

public static ToImage ( PixelFormat format, byte buffer ) : Image
format PixelFormat
buffer byte
리턴 Image

ToImage() 공개 정적인 메소드

public static ToImage ( PixelFormat format, byte data, int width, int height ) : Image
format PixelFormat
data byte
width int
height int
리턴 Image

ToImage() 공개 정적인 메소드

public static ToImage ( Stream stream ) : Image
stream Stream
리턴 Image

ToImage() 공개 정적인 메소드

public static ToImage ( String file ) : Image
file String
리턴 Image

ToImage() 공개 정적인 메소드

public static ToImage ( byte buffer ) : Image
buffer byte
리턴 Image

ToImage() 공개 정적인 메소드

public static ToImage ( byte data, int width, int height ) : Image
data byte
width int
height int
리턴 Image

ToRgb565() 공개 정적인 메소드

public static ToRgb565 ( this image, string file ) : bool
image this
file string
리턴 bool