C# 클래스 BitmapBPP.BitmapConverter

파일 보기 프로젝트 열기: CORE-POS/IS4C 1 사용 예제들

공개 메소드들

메소드 설명
BitmapConverter ( ) : System
Main ( string args ) : void
To1bpp ( string filename ) : byte[]

비공개 메소드들

메소드 설명
GetInt ( byte data, int start, int end ) : int
PutInt ( byte &ret, int val, int start, int end ) : void

메소드 상세

BitmapConverter() 공개 메소드

public BitmapConverter ( ) : System
리턴 System

Main() 정적인 공개 메소드

static public Main ( string args ) : void
args string
리턴 void

To1bpp() 공개 정적인 메소드

public static To1bpp ( string filename ) : byte[]
filename string
리턴 byte[]